From 34921eae2dac9f320c446c81991d2e3fe538923c Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 14 Dec 2023 20:20:20 +0100 Subject: up --- c_josh.go | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'c_josh.go') diff --git a/c_josh.go b/c_josh.go index bb82f2b..838faf2 100644 --- a/c_josh.go +++ b/c_josh.go @@ -50,6 +50,16 @@ package main import ( ) +// 0: ssh +// 1: rdp +type host struct { + ID int64 + Type int8 `yaml:"type"` + Host string `yaml:"host"` + Port uint16 `yaml:"port"` + User string `yaml:"user"` +} + func main() { var data_dir string -- cgit v1.2.3