fusenapi/server/product-templatev2/internal/config/config.go
laodaming 73eef005ec fix
2023-06-20 16:38:03 +08:00

13 lines
200 B
Go

package config
import (
"fusenapi/server/product-templatev2/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
}