implement core logic (#3)

This commit is contained in:
Adem Baccara
2025-08-27 16:56:42 +01:00
committed by GitHub
parent e9225188e8
commit 8e3f7ebc37
27 changed files with 1675 additions and 245 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ type Server struct {
Port int
Key string
Tags []string
Status string
LastSeen time.Time
PinnedAt time.Time
SSHCount int
}