Merge pull request #2419 from weaveworks/name-unnamed

Make various anonymous fields named
This commit is contained in:
Alfonso Acosta
2017-04-06 14:16:29 +02:00
committed by GitHub
3 changed files with 10 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ type kv interface {
}
type consulClient struct {
kv
kv kv
}
// Get and deserialise a JSON value from consul.