mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-25 04:10:55 +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"`
|
|
}
|