mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-06 14:50:24 +08:00
7 lines
160 B
Go
7 lines
160 B
Go
|
|
package serverconfigs
|
||
|
|
|
||
|
|
type HTTPWebsocketRef struct {
|
||
|
|
IsOn bool `yaml:"isOn" json:"isOn"`
|
||
|
|
WebsocketId int64 `yaml:"websocketId" json:"websocketIs"`
|
||
|
|
}
|