Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int32InSlice ¶
func Int32InSlice(valid []int32) schema.SchemaValidateFunc
Int32InSlice returns a SchemaValidateFunc that tests if the provided value is of type int32 and matches the value of an element in the valid slice.
func IsEmailAddress ¶
IsEmailAddress is a SchemaValidateFunc that tests if the provided value is of type string and matches the format of a valid email address.
func StringIsNumerical ¶
StringIsNumerical is a SchemaValidateFunc that tests if the provided value is of type string and represents a numerical value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.