package
Version:
v0.0.0-...-0da7f2c
Opens a new window with list of versions in this module.
Published: Aug 4, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client interface {
Create(object *KVPair) (*KVPair, error)
Update(object *KVPair) (*KVPair, error)
Apply(object *KVPair) (*KVPair, error)
Delete(object *KVPair) error
Get(key Key) (*KVPair, error)
List(list ListInterface) ([]*KVPair, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.