add some utils

This commit is contained in:
yanghao05
2023-01-30 16:57:48 +08:00
parent 16f80cc297
commit 27bb527373
10 changed files with 384 additions and 6 deletions

View File

@@ -10,13 +10,12 @@ import (
"github.com/spf13/viper"
)
var c *Config
type Config struct {
App App
Http Http
Log Log
Database Database
Storage Storage
}
func init() {