Versions in this module Expand all Collapse all v0 v0.0.2 Feb 6, 2015 v0.0.1 Jan 8, 2015 Changes in this version + const KeySeperator + type EtcdBackend struct + func New(namespace, address string) *EtcdBackend + func (e *EtcdBackend) GetGroup(group string) (map[string][]byte, error) + func (e *EtcdBackend) GetVariable(group, variable string) ([]byte, error) + func (e *EtcdBackend) RemoveGroup(group string) error + func (e *EtcdBackend) RemoveVariable(group, variable string) error + func (e *EtcdBackend) SetVariable(group, variable string, value []byte) error