fusenapi/server/websocket/internal/config/config.go
laodaming 7e22f47a0d fix
2023-07-24 16:07:05 +08:00

10 lines
142 B
Go

package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
}