Versions in this module Expand all Collapse all v0 v0.1.0 Jul 8, 2026 Changes in this version + type File struct + Nodes []Record + Version int + type Index struct + func Open(baseDir string) (*Index, error) + func (idx *Index) Assign(node *op.OpNode) error + func (idx *Index) Resolve(id string) (Record, bool) + type Record struct + ID string + Kind string + URI string