完成单元测试

This commit is contained in:
eson
2023-06-19 15:52:14 +08:00
parent 19d325fb77
commit 4e8d0f3ceb
9 changed files with 259 additions and 92 deletions

View File

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