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.
Click to show internal directories.
Click to hide internal directories.