Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CouchbaseKV ¶
type CouchbaseKV struct {
// contains filtered or unexported fields
}
func (*CouchbaseKV) Configure ¶
func (self *CouchbaseKV) Configure(cfg json.RawMessage) error
func (*CouchbaseKV) Delete ¶
func (self *CouchbaseKV) Delete(key string) (err error)
type CouchbaseKVFactory ¶
type CouchbaseKVFactory struct { }
func (*CouchbaseKVFactory) Name ¶
func (self *CouchbaseKVFactory) Name() string
func (*CouchbaseKVFactory) New ¶
func (self *CouchbaseKVFactory) New(cfg json.RawMessage) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.