api

package
v0.0.0-...-271e5ca Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PerPackageResult

type PerPackageResult struct {
	Package string         `json:"package"`
	Results []SearchResult `json:"results"`
}

type SearchResult

type SearchResult struct {
	Package       string   `json:"package"`
	Path          string   `json:"path"`
	Line          uint32   `json:"line"`
	Context       string   `json:"context"`
	ContextBefore []string `json:"context_before,omitempty"`
	ContextAfter  []string `json:"context_after,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL