Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInstanceOf ¶
func IsInstanceOf(objectPtr, typePtr interface{}) bool
func NewJsonConverter ¶
func NewJsonConverter() *jsonConverter
Types ¶
type CustomValidator ¶
type CustomValidator struct {
Validator *validator.Validate
}
func NewCustomValidator ¶
func NewCustomValidator(validator *validator.Validate) *CustomValidator
func (*CustomValidator) Validate ¶
func (cv *CustomValidator) Validate(i interface{}) error
Click to show internal directories.
Click to hide internal directories.