Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(_ context.Context, storage storage.HostStorage, appState *state.ApplicationState) listModel
Types ¶
type ListItemHost ¶
func (ListItemHost) Description ¶
func (l ListItemHost) Description() string
func (ListItemHost) FilterValue ¶
func (l ListItemHost) FilterValue() string
func (ListItemHost) Title ¶
func (l ListItemHost) Title() string
func (ListItemHost) Unwrap ¶
func (l ListItemHost) Unwrap() *model.Host
type MsgCopyItem ¶
type MsgCopyItem struct{ HostID int }
type MsgEditItem ¶
type MsgEditItem struct{ HostID int }
type MsgNewItem ¶
type MsgNewItem struct{}
type MsgRepoUpdated ¶
type MsgRepoUpdated struct{}
type MsgSelectItem ¶
type MsgSelectItem struct{ ID int }
Click to show internal directories.
Click to hide internal directories.