Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BOM = []byte{0xef, 0xbb, 0xbf} // UTF-8
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { Region string `json:"region"` Conf []ValidationConf `json:"conf"` }
func (*Conf) NewValidator ¶
NewValidator is delegated to verify if the given configuration is valid, then initialize a new validator object.
This object will take in care the validation of the various dataset specified in configuration.
type ValidationConf ¶
Click to show internal directories.
Click to hide internal directories.