Documentation
¶
Index ¶
- Constants
- func ValidateCurrency(currency string) error
- func ValidateEmail(value string) error
- func ValidateEmailId(value int64) error
- func ValidateFullName(value string) error
- func ValidatePassword(value string) error
- func ValidateSecretCode(value string) error
- func ValidateString(value string, minLength int, maxLength int) error
- func ValidateUsername(value string) error
Constants ¶
View Source
const ( USD = "USD" EUR = "EUR" GEL = "GEL" JPY = "JPY" GBP = "GBP" AUD = "AUD" )
Variables ¶
This section is empty.
Functions ¶
func ValidateCurrency ¶
func ValidateEmail ¶
func ValidateEmailId ¶
func ValidateFullName ¶
func ValidatePassword ¶
func ValidateSecretCode ¶
func ValidateUsername ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.