package
0.0.0-20241124234938-576ac717e364
Repository: https://github.com/moolair/simplebank-golang-backend.git
Documentation: pkg.go.dev

# Functions

CheckPassword checks if the provided password is correct or not.
HashPassword returns the bcrypt hash of the password.
IsSupportedCurrency returns true if the currency is supported.
LoadConfig reads configuration from file or environment variables.
generates a random currency code.
RandomEmail generates a random email.
RandomInt generates a random integer between min and max.
Randommoney generates a random amount or money.
RandomOwner generates a random owner name.
RandomString generates a random string of length n.

# Constants

No description provided by the author
Constants for all supported currencies.
No description provided by the author
Constants for all supported currencies.
Constants for all supported currencies.

# Structs

Config stores all configuration of the application.