Documentation ¶
Index ¶
- func ValidateEmail(email string) error
- func ValidateEmailID(value int64) error
- func ValidateFullName(value string) error
- func ValidatePassword(password string) error
- func ValidateSecretCode(value string) error
- func ValidateString(input string, min, max int) error
- func ValidateUsername(username string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateEmail ¶
ValidateEmail validates the given email.
func ValidateEmailID ¶
func ValidateFullName ¶
ValidateFullName validates the given name.
func ValidatePassword ¶
ValidatePassword validates the given password.
func ValidateSecretCode ¶
func ValidateString ¶
ValidateString validates the given input between the given min and max length.
func ValidateUsername ¶
ValidateUsername validates the given username.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.