package
0.0.0-20240915153632-0f58b75ebb1a
Repository: https://github.com/p0h1ng/cardinal.git
Documentation: pkg.go.dev
# Functions
Get returns the config value.
GetAllConfig is the HTTP handler used to return the all the configs.
GetConfig is the HTTP handler used to return the config value of the given key.
No description provided by the author
Set update the config by insert a new record into database, for we can make a config version control soon.
SetConfig is the HTTP handler used to set the config value.