mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 10:41:14 +00:00
Appease linter
spellcheck and required comments and required comment formatting
This commit is contained in:
@@ -51,7 +51,7 @@ func (c ecsClient) getDeploymentMap() map[string]string {
|
||||
Services: page.ServiceArns,
|
||||
})
|
||||
if err != nil {
|
||||
// rather than trying to propogate errors up, just log a warning here
|
||||
// rather than trying to propagate errors up, just log a warning here
|
||||
log.Warnf("Error describing some ECS services, ECS service report may be incomplete: %v", err)
|
||||
return
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@ import (
|
||||
"github.com/weaveworks/scope/report"
|
||||
)
|
||||
|
||||
// TaskFamily is the key that stores the task family of an ECS Task
|
||||
const (
|
||||
TaskFamily = "ecs_task_family"
|
||||
)
|
||||
@@ -45,7 +46,7 @@ func getLabelInfo(rpt report.Report) map[string]map[string]*taskInfo {
|
||||
return results
|
||||
}
|
||||
|
||||
// implements Tagger
|
||||
// Reporter implements Tagger
|
||||
type Reporter struct {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user