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