Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateAddress ¶
func ValidateEmail ¶
func ValidateHostname ¶
func ValidatePEM ¶ added in v0.4.11
func ValidateUUID ¶
Types ¶
type CustomValidator ¶
type CustomValidator interface {
GotenCustomValidate() error
}
type ValidationError ¶
type ValidationError interface { error ProtoMessageName() string FieldName() string Value() interface{} ErrorMessage() string Cause() error }
func NewValidationError ¶
func NewValidationError( protoMessageName string, fieldName string, value interface{}, errorMessage string, cause error, ) ValidationError
Click to show internal directories.
Click to hide internal directories.