search

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2024 License: MIT Imports: 5 Imported by: 0

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

func (*Searcher) Show

func (s *Searcher) Show(input string, verbose bool) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL