Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Host ¶
type Host struct {
ID int `json:"id"`
Label string `json:"label,omitempty"`
Hostname string `json:"hostname"`
Username string `json:"username"`
Port int `json:"port"`
HasKey bool `json:"has_key"`
KeyType string `json:"key_type"` // "ed25519", "rsa", "ecdsa", or "pasted"
CreatedAt time.Time `json:"created_at"`
LastConnected *time.Time `json:"last_connected,omitempty"`
}
Host represents an SSH host configuration
type ModalForm ¶
type ModalForm struct {
// contains filtered or unexported fields
}
ModalForm holds form state for add/edit modals
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model represents the application state
Click to show internal directories.
Click to hide internal directories.