mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
comment out unused consts to make linter happy
This commit is contained in:
@@ -21,11 +21,13 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ecsTaskStatusDeactivating = "DEACTIVATING"
|
||||
ecsTaskStatusStopping = "STOPPING"
|
||||
ecsTaskStatusDeprovisioning = "DEPROVISIONING"
|
||||
ecsTaskStatusStopped = "STOPPED"
|
||||
ecsTaskStatusRunning = "RUNNING"
|
||||
// ECS Task Statuses (currently unused statuses commented out to
|
||||
// appease linter)
|
||||
//ecsTaskStatusDeactivating = "DEACTIVATING"
|
||||
//ecsTaskStatusStopping = "STOPPING"
|
||||
//ecsTaskStatusDeprovisioning = "DEPROVISIONING"
|
||||
ecsTaskStatusStopped = "STOPPED"
|
||||
ecsTaskStatusRunning = "RUNNING"
|
||||
)
|
||||
|
||||
type RemoteTasksTest struct {
|
||||
|
||||
Reference in New Issue
Block a user