Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInput ¶
type FileInput struct { Attribute string Source contracts.InputSource }
type NullableInput ¶
type NullableInput struct { }
func (NullableInput) Passes ¶
func (ni NullableInput) Passes(input contracts.InputValue) (success bool, skipAll bool)
type NumberType ¶
type NumberType string
const ( TypeInterger NumberType = "integer" TypeFloat NumberType = "float" )
type NumericInput ¶
type NumericInput struct {
// contains filtered or unexported fields
}
func (NumericInput) Passes ¶
func (ni NumericInput) Passes(input contracts.InputValue) (success bool, skipAll bool)
type Required ¶
type Required struct { Attribute string Source contracts.InputSource }
Click to show internal directories.
Click to hide internal directories.