Documentation ¶
Index ¶
- func AESDecrypt(encryptedString string) (decryptedString string, err error)
- func AESEncrypt(stringToEncrypt string) (encryptedString string, err error)
- func GenUniqueCode() string
- func GetExtensions(filename string) string
- func SendMail(mail Email) error
- func ValidateEmail(email string) bool
- func ValidateLink(link string) bool
- type Email
- type EmptyObj
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AESDecrypt ¶
func AESEncrypt ¶
func GenUniqueCode ¶
func GenUniqueCode() string
generate a length of 4 random character and number with first and third character is a letter and second and fourth character is a number
func GetExtensions ¶
func ValidateEmail ¶
func ValidateLink ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.