Initial commit (code only without large binaries)
This commit is contained in:
11
EdgeCommon/pkg/serverconfigs/http_websocket_ref.go
Normal file
11
EdgeCommon/pkg/serverconfigs/http_websocket_ref.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package serverconfigs
|
||||
|
||||
type HTTPWebsocketRef struct {
|
||||
IsPrior bool `yaml:"isPrior" json:"isPrior"`
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
WebsocketId int64 `yaml:"websocketId" json:"websocketId"`
|
||||
}
|
||||
|
||||
func (this *HTTPWebsocketRef) Init() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user