Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeSelect = "select" TypeInput = "input" TypeTextArea = "textarea" )
Variables ¶
This section is empty.
Functions ¶
func ArrayInGroupsOf ¶ added in v1.3.0
func NewMissingErr ¶
func NotBlankValidator ¶
NotBlankValidator is a verification function that checks whether the input is empty
Types ¶
type MissingErr ¶
type MissingErr struct {
// contains filtered or unexported fields
}
func (MissingErr) Error ¶
func (e MissingErr) Error() string
Click to show internal directories.
Click to hide internal directories.