This commit is contained in:
laodaming
2023-07-24 16:07:05 +08:00
parent 7ec78d1c35
commit 7e22f47a0d
11 changed files with 350 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
}