package
0.0.0-20210827224422-e5fa29d95e8b
Repository: https://github.com/attic-labs/noms.git
Documentation: pkg.go.dev

# Functions

Deserialize reads off of |reader| until EOF, sending chunks to chunkChan in the order they are read.
No description provided by the author
No description provided by the author
NewChunk creates a new Chunk backed by data.
NewChunkWithHash creates a new chunk with a known hash.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Serialize a single Chunk to writer.

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Chunk is a unit of stored data in noms.
ChunkWriter wraps an io.WriteCloser, additionally providing the ability to grab the resulting Chunk for all data written through the interface.
No description provided by the author
No description provided by the author
MemoryStorage provides a "persistent" storage layer to back multiple MemoryStoreViews.
MemoryStoreView is an in-memory implementation of store.ChunkStore.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

ChunkStore is the core storage abstraction in noms.
Factory allows the creation of namespaced ChunkStore instances.
No description provided by the author
No description provided by the author

# Type aliases

ReadBatch represents a set of queued Get/Has requests, each of which are blocking on a receive channel for a response.