Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchMode ¶ added in v1.24.0
type SearchMode struct { ModeValue SearchModeType TooltipTrKey string TitleTrKey string }
func GitGrepSupportedSearchModes ¶ added in v1.24.0
func GitGrepSupportedSearchModes() []SearchMode
func SearchModesExactWords ¶ added in v1.24.0
func SearchModesExactWords() []SearchMode
func SearchModesExactWordsFuzzy ¶ added in v1.24.0
func SearchModesExactWordsFuzzy() []SearchMode
type SearchModeType ¶ added in v1.24.0
type SearchModeType string
const ( SearchModeExact SearchModeType = "exact" SearchModeWords SearchModeType = "words" SearchModeFuzzy SearchModeType = "fuzzy" SearchModeRegexp SearchModeType = "regexp" )
Click to show internal directories.
Click to hide internal directories.