Documentation ¶
Index ¶
- Constants
- func AliasCompliance(p string) bool
- func EmailCompliance(e string) (string, bool)
- func GenerateSecret(size int) string
- func GenerateVerificationCode() string
- func NameCompliance(p string) bool
- func ParseTemplate(file string, data interface{}) (string, *rerror.Error)
- func SendEmailVerification(to, user, code string) *rerror.Error
- func SendKeyPairVerification(to, user, code string) *rerror.Error
- func SendSessionVerification(to, user, code, ip, userAgent string) *rerror.Error
Constants ¶
View Source
const RETRIES = 100
Variables ¶
This section is empty.
Functions ¶
func AliasCompliance ¶
func EmailCompliance ¶
func GenerateSecret ¶
func GenerateVerificationCode ¶
func GenerateVerificationCode() string
func NameCompliance ¶
func SendEmailVerification ¶
func SendKeyPairVerification ¶
func SendSessionVerification ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.