Versions in this module Expand all Collapse all v0 v0.4.0 Aug 7, 2026 Changes in this version + const DefaultDocTag + const DefaultMinFill + const DefaultMinRows + const DefaultTableTag + func IsPacked(v any, o PackOptions) bool + func Pack(v any, o PackOptions) any + func Unpack(v any, o PackOptions) (any, error) + type Option func(*CBORProcessor) + func WithPackOptions(o PackOptions) Option + type PackOptions struct + AllowSparse bool + DocTag uint64 + MinFill float64 + MinRows int + OmitZero bool + TableTag uint64 + func DefaultPackOptions() PackOptions v0.3.0 May 25, 2026 Changes in this version + type CBORProcessor struct + func NewProcessor(operatorStr string) (*CBORProcessor, error) + func (cp *CBORProcessor) Close(ctx context.Context) error + func (cp *CBORProcessor) Process(ctx context.Context, m *service.Message) (service.MessageBatch, error)