aboutsummaryrefslogtreecommitdiffstats
path: root/c_josh.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-14 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-14 20:20:20 +0100
commitb9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25 (patch)
treee00248d5f0339fab6463143ced7c66489c71b0f7 /c_josh.go
parentup (diff)
downloadhardflip-b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25.tar.gz
hardflip-b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25.tar.bz2
hardflip-b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25.tar.xz
hardflip-b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25.tar.zst
hardflip-b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25.zip
print
Diffstat (limited to 'c_josh.go')
-rw-r--r--c_josh.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/c_josh.go b/c_josh.go
index 838faf2..dcc2e15 100644
--- a/c_josh.go
+++ b/c_josh.go
@@ -58,6 +58,9 @@ type host struct {
Host string `yaml:"host"`
Port uint16 `yaml:"port"`
User string `yaml:"user"`
+ Pass string `yaml:"pass"`
+ Jump string `yaml:"jump"`
+ Priv string `yaml:"priv"`
}
func main() {