Documentation
¶
Overview ¶
Package memoryjournal provides an in-memory implementation of journal.Store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryStore ¶ added in v0.8.0
BinaryStore is an implementation of journal.BinaryStore that stores records in memory.
type Store ¶
type Store[T any] struct { // contains filtered or unexported fields }
Store is an implementation of journal.Store that stores records in memory.
Click to show internal directories.
Click to hide internal directories.