Documentation
¶
Overview ¶
Package shards provides a low level support for implementing sharded set of []byte blobs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Set ¶
type Set []Shard
Set is an array of shards (representing a single sharded set).
The size of the array is number of shards in the set. Allocate it using regular make(...).
Source Files
¶
- shards.go
Click to show internal directories.
Click to hide internal directories.