Versions in this module Expand all Collapse all v0 v0.5.1 Aug 30, 2026 v0.5.0 Aug 29, 2026 Changes in this version + type OrderedCodecError struct + Cause error + Fault OrderedCodecFault + Field string + Have int + Length uint64 + Max uint64 + Need int + func (e *OrderedCodecError) Error() string + func (e *OrderedCodecError) Unwrap() error + type OrderedCodecFault uint8 + const OrderedFaultFieldOversize + const OrderedFaultInvalidIdentity + const OrderedFaultInvalidRecord + const OrderedFaultShortPayload + const OrderedFaultTrailingBytes + const OrderedFaultUnknownOp + const OrderedFaultUnknownVersion + type OrderedLogClosedError struct + Namespace string + Root string + func (e *OrderedLogClosedError) Error() string + type OrderedLogCorruptError struct + Cause error + Path string + Seq uint64 + func (e *OrderedLogCorruptError) Error() string + func (e *OrderedLogCorruptError) Unwrap() error + type OrderedLogIOError struct + Cause error + Op string + Path string + func (e *OrderedLogIOError) Error() string + func (e *OrderedLogIOError) Unwrap() error + type OrderedLogPathError struct + Namespace string + Path string + func (e *OrderedLogPathError) Error() string + type OrderedLogRootError struct + Reason string + Root string + func (e *OrderedLogRootError) Error() string v0.4.1 Aug 24, 2026 v0.4.0 Aug 14, 2026 Changes in this version + const MaxFramePayload + type BlobIOError struct + Cause error + Op string + Path string + func (e *BlobIOError) Error() string + func (e *BlobIOError) Unwrap() error + type BlobPathError struct + Key string + Path string + func (e *BlobPathError) Error() string + type BlobRootError struct + Reason string + Root string + func (e *BlobRootError) Error() string + type FlockError struct + Cause error + Op string + Path string + func (e *FlockError) Error() string + func (e *FlockError) Unwrap() error + type FrameError struct + Fault FrameFault + Have int + Length uint64 + Need int + func (e *FrameError) Error() string + func (e *FrameError) IsCorrupt() bool + func (e *FrameError) IsTorn() bool + type FrameFault uint8 + const FaultCRCMismatch + const FaultOversize + const FaultShortHeader + const FaultShortPayload + type KVCorruptError struct + Cause error + Path string + func (e *KVCorruptError) Error() string + func (e *KVCorruptError) Unwrap() error + type KVIOError struct + Cause error + Op string + Path string + func (e *KVIOError) Error() string + func (e *KVIOError) Unwrap() error + type KVPathError struct + Key string + Path string + func (e *KVPathError) Error() string + type KVRootError struct + Reason string + Root string + func (e *KVRootError) Error() string + type LeaseCorruptError struct + Cause error + Path string + func (e *LeaseCorruptError) Error() string + func (e *LeaseCorruptError) Unwrap() error + type LeaseIOError struct + Cause error + Op string + Path string + func (e *LeaseIOError) Error() string + func (e *LeaseIOError) Unwrap() error + type LeasePathError struct + Name string + Path string + func (e *LeasePathError) Error() string + type LeaseRootError struct + Reason string + Root string + func (e *LeaseRootError) Error() string + type LedgerCorruptError struct + Cause error + Path string + Seq uint64 + func (e *LedgerCorruptError) Error() string + func (e *LedgerCorruptError) Unwrap() error + type LedgerIOError struct + Cause error + Op string + Path string + func (e *LedgerIOError) Error() string + func (e *LedgerIOError) Unwrap() error + type LedgerPathError struct + Name string + Path string + func (e *LedgerPathError) Error() string + type LedgerRootError struct + Reason string + Root string + func (e *LedgerRootError) Error() string + type Options struct + Root string + type OptionsError struct + Cause error + Field string + Reason string + func (e *OptionsError) Error() string + func (e *OptionsError) Unwrap() error + type Store struct + func Open(opts Options) (*Store, error) + func (s *Store) Backend() *storage.Composite + func (s *Store) Close() error + func (s *Store) StoragePaths() []string v0.3.2 Aug 10, 2026 v0.3.1 Aug 7, 2026 v0.3.0 Jul 23, 2026 v0.2.0 Jul 13, 2026 v0.1.0 Jul 4, 2026