Documentation
¶
Overview ¶
Package validation is defined below
Index ¶
- func BooleanPropertyValidation(key string, property interface{}) (bool, bool, error)
- func Int64PropertyValidation(key string, property interface{}) (int64, bool, error)
- func IntegerPropertyValidation(key string, property interface{}) (int, bool, error)
- func IntegerPropertyValidationWithRange(key string, property interface{}, min int, max int) (int, bool, error)
- func StringPropertyValidation(key string, property interface{}, allowed ...string) (string, bool, error)
- func Uint64PropertyValidation(key string, property interface{}) (uint64, bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BooleanPropertyValidation ¶
BooleanPropertyValidation function
func Int64PropertyValidation ¶
Int64PropertyValidation function
func IntegerPropertyValidation ¶
IntegerPropertyValidation function
func IntegerPropertyValidationWithRange ¶
func IntegerPropertyValidationWithRange(key string, property interface{}, min int, max int) (int, bool, error)
IntegerPropertyValidationWithRange function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.