This commit is contained in:
laodaming
2023-06-15 15:10:22 +08:00
parent 200e821c85
commit 57dd04ea27
4 changed files with 35 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
package config
import (
"fusenapi/server/orders/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
}