initial commit
This commit is contained in:
15
lib/config.go
Normal file
15
lib/config.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package lib
|
||||
|
||||
import "time"
|
||||
|
||||
type Config struct {
|
||||
WikiBaseURL string
|
||||
WikiToken string
|
||||
RedmineBaseURL string
|
||||
RedmineKey string
|
||||
GiteaToken string
|
||||
GiteaBaseURL string
|
||||
GiteaRepos []string
|
||||
Webhook string
|
||||
Interval time.Duration
|
||||
}
|
||||
Reference in New Issue
Block a user