Files
EdgeCommon/pkg/serverconfigs/http_websocket_ref.go

7 lines
160 B
Go
Raw Normal View History

2020-09-21 11:37:09 +08:00
package serverconfigs
type HTTPWebsocketRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
WebsocketId int64 `yaml:"websocketId" json:"websocketIs"`
}