package
0.0.0-20220828155202-a73787bba9f6
Repository: https://github.com/3uchris/bankproject.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, false otherwise.
LoadConfig reads configuration from file or envirnment variables.
No description provided by the author
RandomEmail generates a random email.
RandomInt generates a random integer between min and max.
RandomMoney generates a random amount of money.
generateOwner generates a random owner name.
No description provided by the author

# Constants

Constants for all supported currencies.
Constants for all supported currencies.
Constants for all supported currencies.

# Structs

Config stores all configuration of the application.