Documentation ¶ Index ¶ func Validate(app inter.AppReader, input interface{}, verifications ...Verification) []error type Verification func Verify(field string, rules ...inter.Rule) Verification Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Validate ¶ func Validate(app inter.AppReader, input interface{}, verifications ...Verification) []error Types ¶ type Verification ¶ type Verification struct { Field string Rules []inter.Rule // contains filtered or unexported fields } func Verify ¶ func Verify(field string, rules ...inter.Rule) Verification Source Files ¶ View all Source files field.govalidator.go Click to show internal directories. Click to hide internal directories.