Documentation ¶
Overview ¶
Package internal provides utilities for HiDrive.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LevelHash ¶
type LevelHash interface { encoding.BinaryMarshaler encoding.BinaryUnmarshaler hash.Hash // Add takes a position-embedded checksum and adds it to the level. Add(sum []byte) // IsFull returns whether the number of checksums added to this level reached its capacity. IsFull() bool }
LevelHash is an internal interface for level-hashes.
Click to show internal directories.
Click to hide internal directories.