Versions in this module Expand all Collapse all v0 v0.2.0 Jul 17, 2026 Changes in this version + type Entry struct + Classification domain.Classification + Record domain.Record + type InMemory struct + func NewInMemory() *InMemory + func (s *InMemory) Close() error + func (s *InMemory) Entries() []Entry + func (s *InMemory) Write(ctx context.Context, r domain.Record, c domain.Classification) error + type Router struct + func NewRouter(fallback Sink, routes map[string]Sink) *Router + func (r *Router) Close() error + func (r *Router) Write(ctx context.Context, rec domain.Record, c domain.Classification) error + type Sink interface + Close func() error + Write func(ctx context.Context, r domain.Record, c domain.Classification) error