改配置名字

This commit is contained in:
eson
2023-06-19 10:33:51 +08:00
parent 33c7d27b3b
commit 19d325fb77
7 changed files with 14 additions and 9 deletions

View File

@@ -2,11 +2,12 @@ package config
import (
"fusenapi/server/shopping-cart-confirmation/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf
DataSource string
Auth types.Auth
SourceMysql string
Auth types.Auth
}