This commit is contained in:
laodaming
2023-06-27 14:25:25 +08:00
parent 116171dddd
commit c5bcf9d676
15 changed files with 536 additions and 5 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
}