statestore

package module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2021 License: Apache-2.0, MIT Imports: 9 Imported by: 2

README

go-statestore

A general-purpose key-value store for CBOR-encodable data

License

Dual-licensed under MIT + Apache 2.0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToKey

func ToKey(k interface{}) datastore.Key

Types

type StateStore

type StateStore struct {
	// contains filtered or unexported fields
}

func New

func New(ds datastore.Datastore) *StateStore

func (*StateStore) Begin

func (st *StateStore) Begin(i interface{}, state interface{}) error

func (*StateStore) Get

func (st *StateStore) Get(i interface{}) *StoredState

func (*StateStore) Has

func (st *StateStore) Has(i interface{}) (bool, error)

func (*StateStore) List

func (st *StateStore) List(out interface{}) error

out: *[]T

type StoredState

type StoredState struct {
	// contains filtered or unexported fields
}

func (*StoredState) End

func (st *StoredState) End() error

func (*StoredState) Get

func (st *StoredState) Get(out cbg.CBORUnmarshaler) error

func (*StoredState) Mutate

func (st *StoredState) Mutate(mutator interface{}) error

mutator func(*T) error

Jump to

Keyboard shortcuts

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