mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-01 06:48:39 +00:00
Merge pull request #2419 from weaveworks/name-unnamed
Make various anonymous fields named
This commit is contained in:
@@ -54,7 +54,7 @@ type kv interface {
|
||||
}
|
||||
|
||||
type consulClient struct {
|
||||
kv
|
||||
kv kv
|
||||
}
|
||||
|
||||
// Get and deserialise a JSON value from consul.
|
||||
|
||||
Reference in New Issue
Block a user