Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexOpts ¶
type IndexOpts struct { ModuleRoot string ModuleVersion string // Path for the current module we are indexing. Same as packages.Package.Module.Path ModulePath string IsGoPackagesDriverSet bool // Go version. Used for linking to the Go standard library GoStdlibVersion string // Whether we should emit implementations SkipImplementations bool SkipTests bool IsIndexingStdlib bool // Package patterns to index PackagePatterns []string }
Click to show internal directories.
Click to hide internal directories.