mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-02-16 04:25:38 +08:00
多处增加是否独立配置选项
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package serverconfigs
|
||||
|
||||
type HTTPWebsocketRef struct {
|
||||
IsPrior bool `yaml:"isPrior" json:"isPrior"`
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
WebsocketId int64 `yaml:"websocketId" json:"websocketIs"`
|
||||
WebsocketId int64 `yaml:"websocketId" json:"websocketId"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user