persist

package
v0.0.0-...-667e438 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2019 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 PersisHelper

type PersisHelper struct{}

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

func (*PersisHelper) DelState

func (h *PersisHelper) DelState(key string)

DelState removes a key,value pair

func (*PersisHelper) ReadState

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

ReadState retrieves a value to a key

func (*PersisHelper) ReadStateSet

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

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

func (*PersisHelper) StoreState

func (h *PersisHelper) 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