Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultValue ¶
type DefaultValue string
func (DefaultValue) Check ¶
func (v DefaultValue) Check() error
func (DefaultValue) Value ¶
func (v DefaultValue) Value() DefaultValue
type PlaceholderValue ¶
type PlaceholderValue string
func (PlaceholderValue) Check ¶
func (v PlaceholderValue) Check() error
func (PlaceholderValue) Value ¶
func (v PlaceholderValue) Value() PlaceholderValue
type PromptInput ¶
type PromptInput string
func (PromptInput) Check ¶
func (v PromptInput) Check(tag string) error
func (PromptInput) Value ¶
func (v PromptInput) Value() PromptInput
type PromptText ¶
type PromptText string
func (PromptText) Check ¶
func (v PromptText) Check() []error
func (PromptText) Validate ¶
func (v PromptText) Validate() error
func (PromptText) Value ¶
func (v PromptText) Value() PromptText
type ValidationCanBeBlank ¶
type ValidationCanBeBlank bool
func (ValidationCanBeBlank) Check ¶
func (v ValidationCanBeBlank) Check() error
func (ValidationCanBeBlank) Value ¶
func (v ValidationCanBeBlank) Value() ValidationCanBeBlank
type ValidationIsRequired ¶
type ValidationIsRequired bool
func (ValidationIsRequired) Check ¶
func (v ValidationIsRequired) Check() error
func (ValidationIsRequired) Value ¶
func (v ValidationIsRequired) Value() ValidationIsRequired
type ValidationJs ¶
type ValidationJs string
func (ValidationJs) Check ¶
func (v ValidationJs) Check() error
func (ValidationJs) Value ¶
func (v ValidationJs) Value() ValidationJs
type ValidationMaxSize ¶
type ValidationMaxSize uint
func (ValidationMaxSize) Check ¶
func (v ValidationMaxSize) Check() error
func (ValidationMaxSize) Value ¶
func (v ValidationMaxSize) Value() ValidationMaxSize
type ValidationMinSize ¶
type ValidationMinSize uint
func (ValidationMinSize) Check ¶
func (v ValidationMinSize) Check() error
func (ValidationMinSize) Value ¶
func (v ValidationMinSize) Value() ValidationMinSize
type ValidationRegex ¶
type ValidationRegex string
func (ValidationRegex) Check ¶
func (v ValidationRegex) Check() error
func (ValidationRegex) Value ¶
func (v ValidationRegex) Value() ValidationRegex
Click to show internal directories.
Click to hide internal directories.