fusenapi/server/shopping-cart-confirmation/internal/config/config.go

13 lines
206 B
Go
Raw Normal View History

2023-06-13 04:15:06 +00:00
package config
import (
"fusenapi/server/shopping-cart-confirmation/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf
DataSource string
Auth types.Auth
}