state

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2021 License: MIT Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetModifiedStateKey added in v1.0.0

func GetModifiedStateKey(key, storeName, appID string) (string, error)

func GetOriginalStateKey added in v1.0.0

func GetOriginalStateKey(modifiedStateKey string) string

func SaveStateConfiguration added in v1.0.0

func SaveStateConfiguration(storeName string, metadata map[string]string) error

Types

type Registry

type Registry interface {
	Register(components ...State)
	Create(name, version 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

type StoreConfiguration added in v1.0.0

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

Jump to

Keyboard shortcuts

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