state

package
v1.0.1-0...-f351835 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetModifiedStateKey

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

func GetOriginalStateKey

func GetOriginalStateKey(modifiedStateKey string) string

func SaveStateConfiguration

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

func NewRegistry() Registry

NewRegistry is used to create state store registry.

type State

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

func New

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

type StoreConfiguration

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