package
0.0.0-20230314074531-3f73893adf32
Repository: https://github.com/firoz01/simple-bank.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RandomCurrency generates a random currency code.
RandomInt generates a random integer 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.

# Structs

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