Versions in this module Expand all Collapse all v0 v0.12.0 Jul 19, 2026 Changes in this version + type AnnotationRef struct + NodeID uint + Value string + type Service struct + Logger *slog.Logger + Store Store + func New(store Store) *Service + func (s *Service) SyncNamespace(ctx context.Context) error + type Store interface + ListAnnotationCCGRefs func(ctx context.Context, namespace string) ([]AnnotationRef, error) + ListInboundCrossRefs func(ctx context.Context, toNamespace string) ([]graph.CrossRef, error) + ReplaceCrossRefsFrom func(ctx context.Context, fromNamespace string, refs []graph.CrossRef) error + ResolveCCGRef func(ctx context.Context, ref reference.Ref) (uint, bool, error) + UpdateCrossRefResolution func(ctx context.Context, id uint, resolvedNodeID *uint, ...) error