This commit is contained in:
ljw
2024-09-25 22:41:57 +08:00
parent 9afd11e3b8
commit 8cb701ec85
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