Documentation ¶
Overview ¶
Package mock contains chunks.Store implementation for testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemory ¶
type InMemory struct {
// contains filtered or unexported fields
}
InMemory is a chunks.Store that all chunks in an in-memory map. It is intended for unit test use only.
Click to show internal directories.
Click to hide internal directories.