From 02eadcbb8672b665661eb09ab50359a8c2bbb6e4 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 15 Dec 2023 20:20:20 +0100 Subject: new stuff --- c_josh.go | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'c_josh.go') diff --git a/c_josh.go b/c_josh.go index dcc2e15..05e1f79 100644 --- a/c_josh.go +++ b/c_josh.go @@ -47,22 +47,6 @@ 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"` - Pass string `yaml:"pass"` - Jump string `yaml:"jump"` - Priv string `yaml:"priv"` -} - func main() { var data_dir string -- cgit v1.2.3