state

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2020 License: MIT Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Registry

type Registry interface {
	Register(components ...State)
	CreateStateStore(name string) (state.Store, error)
}

Registry is an interface for a component that returns registered state store implementations

func NewRegistry added in v0.4.0

func NewRegistry() Registry

NewRegistry is used to create state store registry.

type State added in v0.4.0

type State struct {
	Name          string
	FactoryMethod func() state.Store
}

func New added in v0.4.0

func New(name string, factoryMethod func() state.Store) State

Jump to

Keyboard shortcuts

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