Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageKVSelect ¶
type PageKVSelect struct {
// Options to highlight with green color
HighlightOptions util.Set[string]
// Options to disable
DisabledOptions util.Set[string]
Options []*KV
Size int
Filter bool
SourceFunc func(page, size int, options []*KV) ([]*KV, error)
TopText string
// contains filtered or unexported fields
}
func (*PageKVSelect) Show ¶
func (s *PageKVSelect) Show() (*KV, error)
Click to show internal directories.
Click to hide internal directories.