fusenapi/server/map-library/internal/config/config.go
laodaming 33600c48eb fix
2023-06-15 12:00:32 +08:00

13 lines
193 B
Go

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