mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 03:26:36 +08:00
修改反向代理实现
This commit is contained in:
6
pkg/serverconfigs/http_websocket_ref.go
Normal file
6
pkg/serverconfigs/http_websocket_ref.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package serverconfigs
|
||||
|
||||
type HTTPWebsocketRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
WebsocketId int64 `yaml:"websocketId" json:"websocketIs"`
|
||||
}
|
||||
Reference in New Issue
Block a user