Documentation ¶
Index ¶
- func ConvertTel(tel string) string
- func ConvertWebsite(website string) string
- func DoPasswordsMatch(hashedPassword, currPassword string) bool
- func GetAddressFields(headersFromSchemas []string, withSchemaNameAsPrefix bool, toUpper bool) []string
- func GetBusinessFields(headersFromSchemas []string, withSchemaNameAsPrefix bool, toUpper bool) []string
- func HashPassword(password string) (string, error)
- type LangQ
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertTel ¶
func ConvertWebsite ¶
func DoPasswordsMatch ¶
DoPasswordsMatch Check if two passwords match using Bcrypt's CompareHashAndPassword which return nil on success and an error on failure.
func GetAddressFields ¶
func GetBusinessFields ¶
func HashPassword ¶
HashPassword Hash password using the bcrypt hashing algorithm
Types ¶
Click to show internal directories.
Click to hide internal directories.