Documentation ¶ Index ¶ type Result type Searcher Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Result ¶ type Result struct { File workspaceapi.URI Text string Position term.Coordinates } Result represents a single search match. type Searcher ¶ type Searcher interface { // Search searches for matches using the given query and capture names. Search(query string, captureNames []string) (iterator.Iterator[Result], error) } Searcher provides AST-level search capabilities. Source Files ¶ View all Source files generate.gosearch.go Directories ¶ Show internal Expand all Path Synopsis syntaxrpc Click to show internal directories. Click to hide internal directories.