mocks

package
v0.0.0-...-f4ec8a3 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KVer

type KVer struct {
	KVs map[string]*api.KVPair
	// contains filtered or unexported fields
}

func NewKVer

func NewKVer() KVer

func (KVer) Delete

func (kv KVer) Delete(key string) (*api.WriteMeta, error)

func (KVer) Get

func (kv KVer) Get(key string) (*api.KVPair, *api.QueryMeta, error)

func (KVer) List

func (kv KVer) List(prefix string) (api.KVPairs, *api.QueryMeta, error)

func (KVer) Put

func (kv KVer) Put(info *api.KVPair) (*api.WriteMeta, error)

Jump to

Keyboard shortcuts

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