This commit is contained in:
ljw
2024-09-25 22:41:57 +08:00
parent c9d70584cc
commit c99261c12d
31 changed files with 604 additions and 242 deletions

View File

@@ -15,6 +15,7 @@ const (
)
type Config struct {
Lang string `mapstructure:"lang"`
Gorm Gorm
Mysql Mysql
Gin Gin