Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + func SharedReference(left, right string) bool + type Reference struct + Identifier string + Marker string + Symbol string + func Parse(text string) []Reference + type Registry struct + func Decode(data []byte) (*Registry, error) + func Default() *Registry + func (r *Registry) Parse(text string) []Reference + func (r *Registry) Revision() int + func (r *Registry) Schema() int + func (r *Registry) SharedReference(left, right string) bool + func (r *Registry) Source() Source + func (r *Registry) Symbols() []string + type Source struct + RetrievedAt string + URL string