Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrLoadFailed . ErrLoadFailed = errors.New("load failed") // ErrCheckFailed . ErrCheckFailed = errors.New("check failed") )
Functions ¶
This section is empty.
Types ¶
type CheckConfig ¶
type CheckConfig struct { // Name should be unique in the config Name string `json:"name"` Type string `json:"type"` Config map[string]interface{} `json:"config"` }
CheckConfig has the structure of the config file
Click to show internal directories.
Click to hide internal directories.