feat: add config
This commit is contained in:
parent
d50a9afde8
commit
103016bc39
|
@ -13,6 +13,7 @@ type Config struct {
|
|||
ScriptBinaryPath string `required:"true" split_words:"true"`
|
||||
WebhookScriptPath string `required:"true" split_words:"true"`
|
||||
FileToWatchPath string `required:"true" split_words:"true"`
|
||||
TestFileToWatchPath string `required:"true" split_words:"true"`
|
||||
}
|
||||
|
||||
func rootDir() string {
|
||||
|
|
Loading…
Reference in New Issue