We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e92e0ce + fda1b57 commit c52fc42Copy full SHA for c52fc42
pkg/clusterinfo/clusterinfo.go
@@ -49,7 +49,7 @@ type consumer interface {
49
String() string
50
}
51
52
-// Retriever periodically gets the cluster info from the / endpoint end
+// Retriever periodically gets the cluster info from the / endpoint and
53
// sends it to all registered consumer channels
54
type Retriever struct {
55
consumerChannels map[string]*chan *Response
0 commit comments