mirror of
https://github.com/Gu1llaum-3/sshm.git
synced 2025-09-07 13:20:40 +02:00
fix: reformat code
This commit is contained in:
parent
01f2b4e6be
commit
1d50e7cb47
@ -57,17 +57,17 @@ func (s SortMode) String() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Model struct {
|
type Model struct {
|
||||||
table table.Model
|
table table.Model
|
||||||
searchInput textinput.Model
|
searchInput textinput.Model
|
||||||
hosts []config.SSHHost
|
hosts []config.SSHHost
|
||||||
filteredHosts []config.SSHHost
|
filteredHosts []config.SSHHost
|
||||||
searchMode bool
|
searchMode bool
|
||||||
deleteMode bool
|
deleteMode bool
|
||||||
deleteHost string
|
deleteHost string
|
||||||
exitAction string
|
exitAction string
|
||||||
exitHostName string
|
exitHostName string
|
||||||
historyManager *history.HistoryManager
|
historyManager *history.HistoryManager
|
||||||
sortMode SortMode
|
sortMode SortMode
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m Model) Init() tea.Cmd {
|
func (m Model) Init() tea.Cmd {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user