Documentation ¶
Index ¶
- func NewOCIObjectStorageStore(logger logger.Logger) state.Store
- type StateStore
- func (r *StateStore) Delete(ctx context.Context, req *state.DeleteRequest) error
- func (r *StateStore) Features() []state.Feature
- func (r *StateStore) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
- func (r *StateStore) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
- func (r *StateStore) Init(ctx context.Context, metadata state.Metadata) error
- func (r *StateStore) Ping(ctx context.Context) error
- func (r *StateStore) Set(ctx context.Context, req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StateStore ¶
func (*StateStore) Delete ¶
func (r *StateStore) Delete(ctx context.Context, req *state.DeleteRequest) error
func (*StateStore) Features ¶
func (r *StateStore) Features() []state.Feature
func (*StateStore) Get ¶
func (r *StateStore) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
func (*StateStore) GetComponentMetadata ¶ added in v1.10.1
func (r *StateStore) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
func (*StateStore) Set ¶
func (r *StateStore) Set(ctx context.Context, req *state.SetRequest) error
Click to show internal directories.
Click to hide internal directories.