Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CouchbaseOpRM = CouchbaseOp("rm") CouchbaseOpMV = CouchbaseOp("mv") CouchbaseOpSet = CouchbaseOp("set") CouchbaseOpMerge = CouchbaseOp("merge") )
Functions ¶
This section is empty.
Types ¶
type Couchbase ¶
type Couchbase struct {
Client *gocb.Cluster
Address string
User *string
Password *string
BucketName *string
Scope *string
Collection *string
ID *string
RetrieveQuery *schema.SqlQuery
Clear *CouchbaseDoc
Fail *CouchbaseDoc
// TLS
EnableTLS *bool
TLSInsecure *bool
TLSCert *string
TLSKey *string
TLSCA *string
// contains filtered or unexported fields
}
func (*Couchbase) HandleFailure ¶
type CouchbaseDoc ¶
type CouchbaseOp ¶
type CouchbaseOp string
Click to show internal directories.
Click to hide internal directories.