Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorCancelled = errors.New("fuzzyselect cancelled") ErrorNoMatch = errors.New("no matches to return") )
Functions ¶
This section is empty.
Types ¶
type FuzzySelect ¶
type FuzzySelect struct {
// contains filtered or unexported fields
}
func New ¶
func New(choices []Entry) *FuzzySelect
Click to show internal directories.
Click to hide internal directories.