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