indexer

package
v1.25.0-dev Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2025 License: MIT Imports: 0 Imported by: 0

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"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳