package
0.0.0-20240330040016-a87b69b98b06
Repository: https://github.com/jichong-tay/playlist-api.git
Documentation: pkg.go.dev

# Functions

CheckPassword checks if the provided is correct or not.
HashPassword hashes the provided password.
LoadConfig reads configuration from file or environment variables.
RandomEmail generates a random email.
RandomImageURL generates a random image URL.
RandomInt generates a random integer between min and max.
RandomName generates a random 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.