Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitValidatorConfig ¶
func InitValidatorConfig(filename string)
Types ¶
type ValidatorConf ¶
type ValidatorConf struct {
Name string `yaml:"Name"`
MinLength *int64 `yaml:"MinLength"`
MaxLength *int64 `yaml:"MaxLength"`
Pattern *string `yaml:"Pattern"`
}
func GetValidatorByFormat ¶
func GetValidatorByFormat(format string) *ValidatorConf
Click to show internal directories.
Click to hide internal directories.