This commit is contained in:
laodaming
2023-11-13 17:52:20 +08:00
parent 14b70c809c
commit eec742d48a
9 changed files with 279 additions and 0 deletions

View File

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