fusenapi/server/canteen/internal/config/config.go
laodaming 2a18f0c21a fix
2023-06-09 12:07:54 +08:00

13 lines
189 B
Go

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