Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Name = "watcher"
View Source
var Prefix = "/watchers"
Functions ¶
Types ¶
type Cfg ¶
type Cfg struct {
Prefix string `json:"prefix"`
Driver string `json:"driver"`
Projects []string `json:"projects"`
}
func GetDefaultCfg ¶
func GetDefaultCfg() Cfg
Click to show internal directories.
Click to hide internal directories.