fusenapi/server/map_library/internal/config/config.go
laodaming 5b2eef4822 fix
2023-06-14 14:57:20 +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
}