package
0.0.0-20241224155805-0077a2cabed1
Repository: https://github.com/valrichter/go-basic-bank.git
Documentation: pkg.go.dev

# Functions

CheckPassword checks if the provided password is correct or not.
HashPassworrd 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.
Generates a random email.
RandomInt generates a random integer between min and max.
Generates a random amount of money.
Generates a random owner name.
RandomPassword generates a random password.
RandomString generates a random string of length n.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Config stores all the configuration of the application The values are read from a config file or environment variables.