package
0.0.0-20240420182116-ac96246ab101
Repository: https://github.com/f110/github-400-test.git
Documentation: pkg.go.dev

# Functions

NewBatch creates a new batch.
NewQueueStore - Creates an instance for QueueStore.
StreamItems reads the keys from the store and replays the corresponding item to the target.

# Variables

ErrBatchFull indicates that the batch is full.
ErrNotConnected - indicates that the target connection is not active.

# Structs

Batch represents an ordered batch.
Key denotes the key present in the store.
QueueStore - Filestore for persisting items.

# Interfaces

Store - Used to persist items.
Target - store target interface.