client

package
v0.0.0-...-b178995 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlobStorer

type BlobStorer interface {
	Get(string) ([]byte, error)
	Enumerate(chan<- string, string, string, int) error
	Stat(string) (bool, error)
	Put(string, []byte) error
	WaitBlobs()
	ProcessBlobs()
}

type KvStorer

type KvStorer interface {
	Put(string, string, int) (*response.KeyValue, error)
	Get(string, int) (*response.KeyValue, error)
	Versions(string, int, int, int) (*response.KeyValueVersions, error)
	Keys(string, string, int) ([]*response.KeyValue, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL