Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorStruct = errors.New("the struct provided couldn't be checked") ErrorBadRequest = errors.New("bad request") )
Functions ¶
This section is empty.
Types ¶
type InvalidField ¶
func CheckValidation ¶
func CheckValidation(data interface{}) ([]InvalidField, error)
Click to show internal directories.
Click to hide internal directories.