mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-25 15:35:48 +08:00
多处增加是否独立配置选项
This commit is contained in:
@@ -9,7 +9,8 @@ import (
|
||||
|
||||
// websocket设置
|
||||
type HTTPWebsocketConfig struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否开启
|
||||
Id int64 `yaml:"id" json:"id"` // ID
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否开启
|
||||
|
||||
// 握手超时时间
|
||||
HandshakeTimeout *shared.TimeDuration `yaml:"handshakeTimeout" json:"handshakeTimeout"`
|
||||
|
||||
Reference in New Issue
Block a user