Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchMode ¶
type SearchMode struct { ModeValue SearchModeType TooltipTrKey string TitleTrKey string }
func GitGrepSupportedSearchModes ¶
func GitGrepSupportedSearchModes() []SearchMode
func SearchModesExactWords ¶
func SearchModesExactWords() []SearchMode
func SearchModesExactWordsFuzzy ¶
func SearchModesExactWordsFuzzy() []SearchMode
type SearchModeType ¶
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.