persist

package
v0.6.0-preview Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Helper

type Helper struct{}

Helper provides an abstraction to access the Persist column family in the database.

func (*Helper) DelState

func (h *Helper) DelState(key string)

DelState removes a key,value pair

func (*Helper) ReadState

func (h *Helper) ReadState(key string) ([]byte, error)

ReadState retrieves a value to a key

func (*Helper) ReadStateSet

func (h *Helper) ReadStateSet(prefix string) (map[string][]byte, error)

ReadStateSet retrieves all key,value pairs where the key starts with prefix

func (*Helper) StoreState

func (h *Helper) StoreState(key string, value []byte) error

StoreState stores a key,value pair

Jump to

Keyboard shortcuts

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