Versions in this module Expand all Collapse all v1 v1.15.1 Jun 9, 2025 Changes in this version + func NewCouchbaseStateStore(logger logger.Logger) state.Store + type Couchbase struct + func (cbs *Couchbase) Close() error + func (cbs *Couchbase) Delete(ctx context.Context, req *state.DeleteRequest) error + func (cbs *Couchbase) Features() []state.Feature + func (cbs *Couchbase) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error) + func (cbs *Couchbase) GetComponentMetadata() (metadataInfo metadata.MetadataMap) + func (cbs *Couchbase) Init(_ context.Context, metadata state.Metadata) error + func (cbs *Couchbase) Set(ctx context.Context, req *state.SetRequest) error