package
0.0.0-20230618071851-1228ef3273a2
Repository: https://github.com/dejan91/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.
IsSupportedCurrency returns true if the currency is supported.
LoadConfig reads configuration from file or environment variables.
No description provided by the author
RandomEmail generates a random email.
No description provided by the author
No description provided by the author
No description provided by the author
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

# Structs

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