Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExpectFieldIsValid = func(object map[string]interface{}, field string, value interface{}) { checkErrorsFromParseValidateNormalize(object, field, value, []*service.Error{}) }
View Source
var ExpectFieldNotValid = func(object map[string]interface{}, field string, value interface{}, expectedErrors []*service.Error) {
checkErrorsFromParseValidateNormalize(object, field, value, expectedErrors)
}
Functions ¶
func ComposeError ¶
func RawBaseObject ¶
func RawBaseObject() map[string]interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.