Documentation
¶
Index ¶
- Variables
- func Check() bool
- func Configure()
- func Create(ctx context.Context, data []byte) (string, error)
- func DecreaseReferenceCount(ctx context.Context, chunkId string) error
- func Delete(ctx context.Context, id string) error
- func IncreaseReferenceCount(ctx context.Context, chunkId string) error
- func Write(id string, w io.Writer) error
- type Chunk
- type Stats
- type Writer
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = fmt.Errorf("chunk not found")
)
Functions ¶
func DecreaseReferenceCount ¶ added in v0.2.0
func IncreaseReferenceCount ¶ added in v0.2.0
Types ¶
Click to show internal directories.
Click to hide internal directories.