mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-29 00:20:26 +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"`
|
|
}
|