package
0.0.0-20211122162645-bd28b0e03ce2
Repository: https://github.com/mahdidl/simple_bank.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
LoadConfig reads configuration from file or environment variable.
RandomCurrency generates a random currency code.
RandomInt generate random integer between min and max.
RandomMoney generate random amount of money.
RandomOwner generate random owner name.
RandomString generate random string of length n.

# Constants

constants for all currency we support.
constants for all currency we support.
constants for all currency we support.

# Structs

Config stores all configuration of all applicationthe values are read by viper from config file or environment variables.