Documentation
¶
Index ¶
- type Etcd
- func (c *Etcd) Delete(key string) error
- func (c *Etcd) Get(key string) (string, error)
- func (c *Etcd) HasKey(key string) bool
- func (c *Etcd) Init(config *config.Config) error
- func (c *Etcd) List(key string, recursive bool) ([]string, error)
- func (c *Etcd) ListWithValues(key string, recursive bool) (*map[string]string, error)
- func (c *Etcd) Mkdir(key string) error
- func (c *Etcd) Set(key, value string) 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
}
func (*Etcd) ListWithValues ¶
Click to show internal directories.
Click to hide internal directories.