Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Jul 7, 2014
1 parent 921979d commit 2d10329
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backends/etcd/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ func NewEtcdClient(machines []string, cert, key string, caCert string) (*Client,
}

// GetValues queries etcd for keys prefixed by prefix.
// Etcd paths (keys) are translated into names more suitable for use in
// templates. For example if prefix were set to '/production' and one of the
// keys were '/nginx/port'; the prefixed '/production/nginx/port' key would
// be queried for. If the value for the prefixed key where 80, the returned map
// would contain the entry vars["nginx_port"] = "80".
func (c *Client) GetValues(keys []string) (map[string]string, error) {
vars := make(map[string]string)
for _, key := range keys {
Expand Down

0 comments on commit 2d10329

Please sign in to comment.