Versions in this module Expand all Collapse all v1 v1.0.4 Jun 21, 2026 v1.0.3 Jun 21, 2026 v1.0.0 Jun 21, 2026 Changes in this version + const BundleDirName + func EnsureInit(ctx context.Context, bin, root string) error + func Resolve(override string) (string, bool) + type Index struct + Files int + Langs []string + Symbols []Symbol + func (idx *Index) Summarize() string + type Indexer struct + func NewIndexer() *Indexer + func (idx *Indexer) IndexDir(ctx context.Context, root string) (*Index, error) + type Symbol struct + File string + Kind SymbolKind + KindName string + Language string + Line int + Name string + type SymbolKind int + const SymbolClass + const SymbolEnum + const SymbolFunction + const SymbolImport + const SymbolInterface + const SymbolMethod + const SymbolStruct + const SymbolTrait + const SymbolType + const SymbolVariable