fusenapi/server/product-templatev2/internal/config/config.go

13 lines
200 B
Go
Raw Normal View History

2023-06-20 08:38:03 +00:00
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
}