Categorygithub.com/hashicorp/go-raftchunking
modulepackage
0.7.1
Repository: https://github.com/hashicorp/go-raftchunking.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ChunkingApply takes in a byte slice and chunks into ChunkSize (or less if EOF) chunks, calling Apply on each.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ChunkSize is the threshold used for breaking a large value into chunks.

# Structs

ChunkInfo holds chunk information.
No description provided by the author
No description provided by the author
ChunkingFSM is an FSM that implements chunking; it's the sister of ChunkingApply.
No description provided by the author
InmemChunkStorage satisfies ChunkStorage using an in-memory-only tracking method.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
ChunkMap represents a set of data chunks.