mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Add configs
This commit is contained in:
parent
410c01cae3
commit
f844588d46
@ -61,6 +61,7 @@ type SSHConn struct {
|
||||
Error string
|
||||
WshError string
|
||||
HasWaiter *atomic.Bool
|
||||
InactiveTimeout *time.Duration
|
||||
LastConnectTime int64
|
||||
ActiveConnNum int
|
||||
}
|
||||
|
@ -461,6 +461,8 @@ type CommandRemoteWriteFileData struct {
|
||||
type ConnKeywords struct {
|
||||
ConnWshEnabled *bool `json:"conn:wshenabled,omitempty"`
|
||||
ConnAskBeforeWshInstall *bool `json:"conn:askbeforewshinstall,omitempty"`
|
||||
ConnAutoConnect *bool `json:"conn:autoconnect,omitempty"`
|
||||
ConnInactiveTimeout *bool `json:"conn:inactivetimeout,omitempty"` // If set, this is the timeout in seconds
|
||||
|
||||
DisplayHidden *bool `json:"display:hidden,omitempty"`
|
||||
DisplayOrder float32 `json:"display:order,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user