Documentation
¶
Overview ¶
Package common code
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RawValue ¶ added in v0.2.4
RawValue represents a completion candidate
func (RawValue) TrimmedDescription ¶ added in v0.5.8
TrimmedDescription returns the trimmed description
type RawValues ¶ added in v0.5.0
type RawValues []RawValue
RawValues is an alias for []RawValue
func RawValuesFrom ¶ added in v0.2.4
RawValuesFrom creates RawValues from given values
func (RawValues) FilterPrefix ¶ added in v0.5.0
FilterPrefix filters values with given prefix
type SuffixMatcher ¶ added in v0.26.0
type SuffixMatcher string
func (SuffixMatcher) Add ¶ added in v0.26.0
func (sm SuffixMatcher) Add(s string) SuffixMatcher
func (SuffixMatcher) Matches ¶ added in v0.26.0
func (sm SuffixMatcher) Matches(s string) bool
Click to show internal directories.
Click to hide internal directories.