package
0.0.0-20240402161841-5da16fa789ac
Repository: https://github.com/cs-tungthanh/bank_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 env variables.
No description provided by the author
RandomEmail generates a random email.
random generates a random integer between min and max.
No description provided by the author
No description provided by the author
random generates a random string of len n.

# 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 env variables.