Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConditionType ¶
type ConditionType uint
const ( ConditionTypeInvalid ConditionType = iota ConditionTypeUnique ConditionType = iota ConditionTypeHasPrefix ConditionType = iota ConditionTypeHasSuffix ConditionType = iota ConditionTypeIsNumeric ConditionType = iota ConditionTypeIsBoolean ConditionType = iota ConditionTypeMatches ConditionType = iota )
func ConditionTypeFromString ¶
func ConditionTypeFromString(input string) ConditionType
func (ConditionType) IsValid ¶
func (c ConditionType) IsValid() bool
Click to show internal directories.
Click to hide internal directories.