From 9304f9286b2553497b7f9b46a9ed8336e5f7d2e3 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 2 Feb 2024 20:20:20 +0100 Subject: ok --- src/c_lhosts.go | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'src/c_lhosts.go') diff --git a/src/c_lhosts.go b/src/c_lhosts.go index d3e201e..026b65a 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -77,21 +77,23 @@ type JumpSettings struct { // 2: single cmd // 3: openstack type HostNode struct { - Protocol int8 `yaml:"type"` - Name string `yaml:"name"` - Host string `yaml:"host"` - Port uint16 `yaml:"port"` - User string `yaml:"user"` - Pass string `yaml:"pass"` - Priv string `yaml:"priv"` + Protocol int8 `yaml:"type"` + Name string `yaml:"name"` + Host string `yaml:"host"` + Port uint16 `yaml:"port"` + User string `yaml:"user"` + Pass string `yaml:"pass"` + Priv string `yaml:"priv"` Jump JumpSettings `yaml:"jump"` - Quality uint8 `yaml:"quality"` - Domain string `yaml:"domain"` - Width uint16 `yaml:"width"` - Height uint16 `yaml:"height"` - Dynamic bool `yaml:"dynamic"` - Note string `yaml:"note"` + Quality uint8 `yaml:"quality"` + Domain string `yaml:"domain"` + Width uint16 `yaml:"width"` + Height uint16 `yaml:"height"` + Dynamic bool `yaml:"dynamic"` + Note string `yaml:"note"` Drive map[string]string `yaml:"drive"` + Silent bool `yaml:"silent"` + Shell []string `yaml:"shell"` Stack StackSettings `yaml:"openstack"` Filename string Parent *DirsNode -- cgit v1.2.3