Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonValidator ¶
type JsonValidator struct{}
type TomlValidator ¶ added in v1.1.0
type TomlValidator struct{}
type Validator ¶
Validate accepts a byte array of a file or string to be validated and returns true or false if the content of the byte array is valid or not. If it is not valid, the error return value will be populated.
type XmlValidator ¶
type XmlValidator struct{}
type YamlValidator ¶
type YamlValidator struct{}
Click to show internal directories.
Click to hide internal directories.