package
0.0.0-20241016132522-14706e60d4e0
Repository: https://github.com/frostj143/simplebank.git
Documentation: pkg.go.dev

# Functions

CheckPassword checks if the provided password is correct or not.
HashPassword returns the bcrypt hash of password.
No description provided by the author
LoadConfig reads config from file or env variables.
No description provided by the author
No description provided by the author
RandomInt generates a random number between min and max.
No description provided by the author
No description provided by the author
RandomString generates a random string of length n.

# Constants

contains all supported currencies.
contains all supported currencies.
contains all supported currencies.

# Structs

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