Documentation ¶
Index ¶
- type ETCD
- func (r *ETCD) BulkDelete(req []state.DeleteRequest) error
- func (r *ETCD) BulkSet(req []state.SetRequest) error
- func (r *ETCD) Delete(req *state.DeleteRequest) error
- func (r *ETCD) Get(req *state.GetRequest) (*state.GetResponse, error)
- func (r *ETCD) Init(metadata state.Metadata) error
- func (r *ETCD) Set(req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ETCD ¶
type ETCD struct {
// contains filtered or unexported fields
}
ETCD is a state store
func (*ETCD) BulkDelete ¶
func (r *ETCD) BulkDelete(req []state.DeleteRequest) error
BulkDelete performs a bulk delete operation
func (*ETCD) BulkSet ¶
func (r *ETCD) BulkSet(req []state.SetRequest) error
BulkSet performs a bulks save operation
func (*ETCD) Delete ¶
func (r *ETCD) Delete(req *state.DeleteRequest) error
Delete performs a delete operation
func (*ETCD) Get ¶
func (r *ETCD) Get(req *state.GetRequest) (*state.GetResponse, error)
Get retrieves state from ETCD with a key
Click to show internal directories.
Click to hide internal directories.