Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Errors ¶
type Errors interface { // One gets the first error message for a given field. One(key ...string) string // Get gets all the error messages for a given field. Get(key string) map[string]string // All gets all the error messages. All() map[string]map[string]string // Has checks if there are any error messages for a given field. Has(key string) bool }
type Validation ¶
Click to show internal directories.
Click to hide internal directories.