This commit is contained in:
laodaming
2023-06-07 11:35:04 +08:00
parent ef50dbb6fe
commit 3d492ff720
14 changed files with 117 additions and 117 deletions

View File

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