Documentation ¶
Index ¶
Constants ¶
View Source
const Version = "0.1.0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomValidator ¶
type CustomValidator struct {
// contains filtered or unexported fields
}
func (*CustomValidator) Validate ¶
func (cv *CustomValidator) Validate(i interface{}) error
type ErrorMessage ¶
type ErrorMessage struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.