mirror of
https://github.com/Adembc/lazyssh.git
synced 2026-07-14 12:13:34 +02:00
implement core logic (#3)
This commit is contained in:
@@ -23,6 +23,7 @@ type Server struct {
|
||||
Port int
|
||||
Key string
|
||||
Tags []string
|
||||
Status string
|
||||
LastSeen time.Time
|
||||
PinnedAt time.Time
|
||||
SSHCount int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user