Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertChunkDataPack ¶
func InsertChunkDataPack(sc *storage.StoredChunkDataPack) func(w pebble.Writer) error
InsertChunkDataPack inserts a chunk data pack keyed by chunk ID. any error are exceptions
func RemoveChunkDataPack ¶
func RemoveChunkDataPack(chunkID flow.Identifier) func(w pebble.Writer) error
RemoveChunkDataPack removes the chunk data pack with the given chunk ID. any error are exceptions
func RetrieveChunkDataPack ¶
func RetrieveChunkDataPack(chunkID flow.Identifier, sc *storage.StoredChunkDataPack) func(r pebble.Reader) error
RetrieveChunkDataPack retrieves a chunk data pack by chunk ID. it returns storage.ErrNotFound if the chunk data pack is not found
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.