Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntIsPresent ¶
func (*IntIsPresent) IsValid ¶
func (v *IntIsPresent) IsValid(errors *validate.Errors)
type StringIsPresent ¶
func (*StringIsPresent) IsValid ¶
func (v *StringIsPresent) IsValid(errors *validate.Errors)
type TimeIsBeforeTime ¶
type TimeIsBeforeTime struct {
FirstName string
FirstTime time.Time
SecondName string
SecondTime time.Time
}
func (*TimeIsBeforeTime) IsValid ¶
func (v *TimeIsBeforeTime) IsValid(errors *validate.Errors)
type TimeIsPresent ¶
func (*TimeIsPresent) IsValid ¶
func (v *TimeIsPresent) IsValid(errors *validate.Errors)
Click to show internal directories.
Click to hide internal directories.