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 ReplicaId uint64 }