Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Indexer ¶
type Indexer struct {
// contains filtered or unexported fields
}
func NewWithNativeConfig ¶ added in v0.5.0
func (*Indexer) IndexWithOptions ¶ added in v0.6.0
func (*Indexer) SetNativeConfig ¶ added in v0.5.0
type Options ¶ added in v0.6.0
type Options struct {
// Force re-runs native analyzers and rebuilds edges even when no files
// changed — needed after toolchain availability changes (e.g. installing
// go/node makes richer native edges possible without any file edits).
Force bool
}
Options controls a single Index run.
Click to show internal directories.
Click to hide internal directories.