src.elv.sh/pkg/cli/mode.ListingSpec.GetItems (field)

4 uses

	src.elv.sh/pkg/cli/mode (current package)
		listing.go#L25: 	GetItems func(query string) (items []ListingItem, selected int)
		listing.go#L47: 	if spec.GetItems == nil {
		listing.go#L74: 			it, selected := spec.GetItems(q)

	src.elv.sh/pkg/edit
		listing_custom.go#L92: 		GetItems: func(q string) ([]mode.ListingItem, int) {