fusenapi/server/websocket/internal/config/config.go
laodaming a4164dbdf6 fix
2023-07-25 12:06:19 +08:00

13 lines
191 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
}