Documentation
¶
Index ¶
- Constants
- func CheckPassword(password string, hashedPassword string) error
- func FormatCurrency(amountTransfer int64, currencyCode string) string
- func FormatDate(date time.Time) string
- func HashPassword(password string) (string, error)
- func IsSupportedCurrency(currency string) bool
- func RandomCurrency() string
- func RandomEmail() string
- func RandomInt(min, max int64) int64
- func RandomMoney() int64
- func RandomOwner() string
- func RandomString(n int) string
- func SetCookie(ctx *gin.Context, accessToken string)
Constants ¶
View Source
const ( USD = "USD" EUR = "EUR" CAD = "CAD" BRL = "BRL" )
Constants for all supported currencies
View Source
const ALPHABET = "abcdefghijklmnopqrstuvwxyz"
Variables ¶
This section is empty.
Functions ¶
func CheckPassword ¶
CheckPassword checks if the provided password is correct or not
func FormatCurrency ¶
func FormatDate ¶
func HashPassword ¶
HashPassword returns the bcrypt hash of the password
func IsSupportedCurrency ¶
IsSupportedCurrency returns true if the currency is supported
func RandomString ¶
RandomString generates a random string of length n
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.