Documentation ¶
Index ¶
- func NewAliCloudTableStore(logger logger.Logger) state.Store
- type AliCloudTableStore
- func (s *AliCloudTableStore) BulkGet(ctx context.Context, reqs []state.GetRequest, _ state.BulkGetOpts) ([]state.BulkGetResponse, error)
- func (s *AliCloudTableStore) Delete(ctx context.Context, req *state.DeleteRequest) error
- func (s *AliCloudTableStore) Features() []state.Feature
- func (s *AliCloudTableStore) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
- func (s *AliCloudTableStore) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
- func (s *AliCloudTableStore) Init(_ context.Context, metadata state.Metadata) error
- func (s *AliCloudTableStore) Set(ctx context.Context, req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AliCloudTableStore ¶
func (*AliCloudTableStore) BulkGet ¶
func (s *AliCloudTableStore) BulkGet(ctx context.Context, reqs []state.GetRequest, _ state.BulkGetOpts) ([]state.BulkGetResponse, error)
Options are ignored because this component requests all values in a single operation.
func (*AliCloudTableStore) Delete ¶
func (s *AliCloudTableStore) Delete(ctx context.Context, req *state.DeleteRequest) error
func (*AliCloudTableStore) Features ¶
func (s *AliCloudTableStore) Features() []state.Feature
func (*AliCloudTableStore) Get ¶
func (s *AliCloudTableStore) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
func (*AliCloudTableStore) GetComponentMetadata ¶ added in v1.10.1
func (s *AliCloudTableStore) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
func (*AliCloudTableStore) Set ¶
func (s *AliCloudTableStore) Set(ctx context.Context, req *state.SetRequest) error
Click to show internal directories.
Click to hide internal directories.