Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeSelect = "select" TypeInput = "input" TypeTextArea = "textarea" DescMaxLength = 50 )
View Source
const ( TextAreaMaxHeight = 20 TextWidth = 50 )
Variables ¶
View Source
var (
ErrCanceled = errors.New("canceled")
)
Functions ¶
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.