Documentation ¶
Index ¶
- type Couchbase
- func (cbs *Couchbase) BulkDelete(req []state.DeleteRequest) error
- func (cbs *Couchbase) BulkSet(req []state.SetRequest) error
- func (cbs *Couchbase) Delete(req *state.DeleteRequest) error
- func (cbs *Couchbase) Get(req *state.GetRequest) (*state.GetResponse, error)
- func (cbs *Couchbase) Init(metadata state.Metadata) error
- func (cbs *Couchbase) Set(req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Couchbase ¶
type Couchbase struct {
// contains filtered or unexported fields
}
Couchbase is a couchbase state store
func NewCouchbaseStateStore ¶
NewCouchbaseStateStore returns a new couchbase state store
func (*Couchbase) BulkDelete ¶
func (cbs *Couchbase) BulkDelete(req []state.DeleteRequest) error
BulkDelete performs a bulk delete operation
func (*Couchbase) BulkSet ¶
func (cbs *Couchbase) BulkSet(req []state.SetRequest) error
BulkSet performs a bulks save operation
func (*Couchbase) Delete ¶
func (cbs *Couchbase) Delete(req *state.DeleteRequest) error
Delete performs a delete operation
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.