aboutsummaryrefslogtreecommitdiffstats
path: root/c_lhosts.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c_lhosts.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/c_lhosts.go b/c_lhosts.go
index c556fd5..a1220d2 100644
--- a/c_lhosts.go
+++ b/c_lhosts.go
@@ -63,10 +63,11 @@ type HostNode struct {
JumpUser string `yaml:"jump_user"`
JumpPass string `yaml:"jump_pass"`
JumpPriv string `yaml:"jump_priv"`
- Quality string `yaml:"quality"`
+ Quality uint8 `yaml:"quality"`
Domain string `yaml:"domain"`
Width uint16 `yaml:"width"`
Height uint16 `yaml:"height"`
+ Dynamic bool `yaml:"dynamic"`
Note string `yaml:"note"`
Filename string
Folder string