Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetModifiedStateKey ¶ added in v1.0.0
func GetOriginalStateKey ¶ added in v1.0.0
func SaveStateConfiguration ¶ added in v1.0.0
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 StoreConfiguration ¶ added in v1.0.0
type StoreConfiguration struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.