Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListClient ¶
type ListClient interface {
List(options client.ListOptions) ([]record.Record, error)
}
type Searcher ¶
type Searcher struct { ListClient ListClient App *tview.Application List *tview.List Input *tview.InputField Flex *tview.Flex }
func NewSearcher ¶
func NewSearcher(listClient ListClient) *Searcher
Click to show internal directories.
Click to hide internal directories.