This commit is contained in:
laodaming
2023-06-25 14:11:47 +08:00
parent a5ea734eb0
commit 002ec9d292
17 changed files with 32 additions and 32 deletions

View File

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