Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PrunePointerKey is the key of the key-value pair which we can use to // query the current prune pointer. This will always stored PrunePointerKey = "prunePointer" )
Functions ¶
Types ¶
type Pointer ¶ added in v1.0.3
type Pointer int64
Pointer stores where the data is up to.
func (Pointer) MarshalBinary ¶ added in v1.0.3
MarshalBinary implements the `BinaryMarshaler` interface.
func (*Pointer) UnmarshalBinary ¶ added in v1.0.3
UnmarshalBinary implements the `BinaryUnmarshaler` interface.
Click to show internal directories.
Click to hide internal directories.