Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuzzyMatcher ¶
func NewRegexpStringMetcher ¶
func NewRegexpStringMetcher(matchers []StringFuzzyPair) FuzzyMatcher[string]
type StringFuzzyMatcher ¶
type StringFuzzyMatcher struct {
// contains filtered or unexported fields
}
type StringFuzzyPair ¶
type StringFuzzyPair struct {
// contains filtered or unexported fields
}
func NewFuzzyPair ¶
func NewFuzzyPair(r *regexp.Regexp, s string) StringFuzzyPair
Click to show internal directories.
Click to hide internal directories.