Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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)
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
Click to show internal directories.
Click to hide internal directories.