Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Validate ¶
func Validate(data any, info ...*Validation) (err error)
Types ¶
type OptionName ¶
type OptionName string
const ( Required OptionName = "Required" Email OptionName = "Email" )
type OptionValue ¶
type Options ¶
type Options struct { Required OptionValue Email OptionValue }
type Validation ¶
Click to show internal directories.
Click to hide internal directories.