package
0.0.0-20231030235526-e81f0ddf291f
Repository: https://github.com/giorgimakharadze/bank-api-golang.git
Documentation: pkg.go.dev

# Functions

CheckPassword checks if the provided password is correct or not.
HashPassword returns the bcrypt hash of the password.
No description provided by the author
LoadConfig reads configuration from file or environment variables.
RandomAmount generates a random amount for entry.
RandomCurrency generates random currency code.
RandomEmail generates a random email.
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.

# Constants

No description provided by the author
No description provided by the author
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.