storeadapter

package
v0.0.0-...-eb12069 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StateStorerAdapter

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

StateStorerAdapter is an adapter from Store to the StateStorer.

func NewStateStorerAdapter

func NewStateStorerAdapter(storage storage.Store) (*StateStorerAdapter, error)

NewStateStorerAdapter creates a new StateStorerAdapter.

func (*StateStorerAdapter) Close

func (s *StateStorerAdapter) Close() error

Close implements StateStorer interface.

func (*StateStorerAdapter) Delete

func (s *StateStorerAdapter) Delete(key string) (err error)

Delete implements StateStorer interface.

func (*StateStorerAdapter) Get

func (s *StateStorerAdapter) Get(key string, obj interface{}) (err error)

Get implements StateStorer interface.

func (*StateStorerAdapter) Iterate

func (s *StateStorerAdapter) Iterate(prefix string, iterFunc storage.StateIterFunc) (err error)

Iterate implements StateStorer interface.

func (*StateStorerAdapter) Nuke

func (s *StateStorerAdapter) Nuke() error

func (*StateStorerAdapter) Put

func (s *StateStorerAdapter) Put(key string, obj interface{}) (err error)

Put implements StateStorer interface.

Jump to

Keyboard shortcuts

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