package
0.0.0-20250102001837-dce58b0ff7e8
Repository: https://github.com/devgotech/simple-bank.git
Documentation: pkg.go.dev
# Functions
CheckPassword checks if the provided password is correct or not.
HashPassword returns the bcrypt hash of the password.
No description provided by the author
LoadConfig reads configuration from file or environment variables.
RandomAccountID generates a random account ID (assuming you've created enough accounts).
RandonCurrency gereates a random currency name.
RandomEmail generates a random email.
RandomInt generates a random interger between min and max.
RandomMoney generates a random amount of money.
RandomOwner generates a random owner name.
RandomString generates a random string of length n.