Versions in this module Expand all Collapse all v0 v0.1.0 May 12, 2026 Changes in this version + type HandoffToken []byte + type Source interface + CaptureHandoff func(ctx context.Context) (HandoffToken, error) + Close func() error + Name func() string + Resume func(ctx context.Context, marker []byte, out chan<- source.Record[T]) error + Scan func(ctx context.Context, out chan<- source.Record[T]) error