Documentation ¶ Index ¶ type Indexer func New(builder builder.Builder, parser parser.Parser, analyzer analyzer.Analyzer, ...) Indexer func (i Indexer) FullScan(ctx context.Context, workspacePath string) (src.Build, bool, *compiler.Error) 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 New ¶ func New( builder builder.Builder, parser parser.Parser, analyzer analyzer.Analyzer, logger commonlog.Logger, ) Indexer func (Indexer) FullScan ¶ added in v0.29.0 func (i Indexer) FullScan( ctx context.Context, workspacePath string, ) (src.Build, bool, *compiler.Error) Source Files ¶ View all Source files indexer.go Click to show internal directories. Click to hide internal directories.