Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶ added in v0.1.1
type Options struct {
// Regex turns the query into a case-insensitive regular expression.
// When false (default), the query is matched as a case-insensitive
// fixed string, which means regex metacharacters in the query are
// treated as literals.
Regex bool
}
Options controls Filter behavior.
Click to show internal directories.
Click to hide internal directories.