fusenapi/server/websocket/internal/config/config.go
laodaming f316a340c8 fix
2023-07-28 15:10:06 +08:00

14 lines
220 B
Go

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