Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOnDiskStoreV0 ¶
func NewOnDiskStoreV0WithCompressor ¶
func NewOnDiskStoreV0WithCompressor(c Compressor) store.Fallback
Types ¶
type Compressor ¶
type GZipCompressor ¶
type GZipCompressor struct{}
func (GZipCompressor) Decompress ¶
func (GZipCompressor) Decompress(cmp []byte) ([]byte, error)
type ZLibCompressor ¶
type ZLibCompressor struct{}
func (ZLibCompressor) Decompress ¶
func (ZLibCompressor) Decompress(cmp []byte) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.