Files
EdgeCommon/pkg/serverconfigs/http_websocket_ref.go
2020-09-23 18:43:50 +08:00

8 lines
211 B
Go

package serverconfigs
type HTTPWebsocketRef struct {
IsPrior bool `yaml:"isPrior" json:"isPrior"`
IsOn bool `yaml:"isOn" json:"isOn"`
WebsocketId int64 `yaml:"websocketId" json:"websocketId"`
}