Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientDial ¶ added in v1.1.0
type ClientDial func(url string) (etcdclient.EtcdClient, error)
ClientDial dials up an etcd client
type Etcd ¶
type Etcd struct {
// contains filtered or unexported fields
}
Etcd and represents the data in a remote etcd server
func Dial ¶
func Dial(etcdURI string, clientDial ClientDial) (*Etcd, error)
Dial creates a Etcd from the remote etcd server. Leave clientDial nil to use the default etcd client
func (*Etcd) KeyValuePairs ¶
KeyValuePairs returns a list key value pairs recursively under the namespace
Click to show internal directories.
Click to hide internal directories.