Documentation ¶ Index ¶ Constants func Validate(target any) error type Config func Get() *Config func (m *Config) Init() error func (m *Config) Name() string func (i *Config) Priority() int func (m *Config) Validate(target any) error Constants ¶ View Source const ( AppName = "validator" ) Variables ¶ This section is empty. Functions ¶ func Validate ¶ func Validate(target any) error Types ¶ type Config ¶ type Config struct { ioc.ObjectImpl // contains filtered or unexported fields } func Get ¶ added in v2.0.8 func Get() *Config func (*Config) Init ¶ func (m *Config) Init() error func (*Config) Name ¶ func (m *Config) Name() string func (*Config) Priority ¶ added in v2.0.10 func (i *Config) Priority() int func (*Config) Validate ¶ func (m *Config) Validate(target any) error Source Files ¶ View all Source files interface.go validator.go Click to show internal directories. Click to hide internal directories.