Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Couchbase ¶
type Couchbase struct { state.DefaultBulkStore // contains filtered or unexported fields }
Couchbase is a couchbase state store
func NewCouchbaseStateStore ¶
NewCouchbaseStateStore returns a new couchbase state store
func (*Couchbase) Delete ¶
func (cbs *Couchbase) Delete(req *state.DeleteRequest) error
Delete performs a delete operation
func (*Couchbase) Features ¶ added in v1.1.1
Features returns the features available in this state store
func (*Couchbase) Get ¶
func (cbs *Couchbase) Get(req *state.GetRequest) (*state.GetResponse, error)
Get retrieves state from couchbase with a key
Click to show internal directories.
Click to hide internal directories.