修改反向代理实现

This commit is contained in:
GoEdgeLab
2020-09-21 11:37:09 +08:00
parent e8b207e5bb
commit 5e634e3da4
14 changed files with 520 additions and 312 deletions

View File

@@ -0,0 +1,6 @@
package serverconfigs
type HTTPWebsocketRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
WebsocketId int64 `yaml:"websocketId" json:"websocketIs"`
}