mirror of
https://github.com/Adembc/lazyssh.git
synced 2026-07-14 12:13:34 +02:00
correct parse the identyfile and allow remove tags
This commit is contained in:
@@ -17,14 +17,14 @@ package domain
|
||||
import "time"
|
||||
|
||||
type Server struct {
|
||||
Alias string
|
||||
Aliases []string
|
||||
Host string
|
||||
User string
|
||||
Port int
|
||||
Key string
|
||||
Tags []string
|
||||
LastSeen time.Time
|
||||
PinnedAt time.Time
|
||||
SSHCount int
|
||||
Alias string
|
||||
Aliases []string
|
||||
Host string
|
||||
User string
|
||||
Port int
|
||||
IdentityFiles []string
|
||||
Tags []string
|
||||
LastSeen time.Time
|
||||
PinnedAt time.Time
|
||||
SSHCount int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user