diff --git a/task.go b/task.go index 70965d3..da0b1e3 100644 --- a/task.go +++ b/task.go @@ -34,6 +34,7 @@ type Task struct { HealthCheckResults []*HealthCheckResult `json:"healthCheckResults"` Ports []int `json:"ports"` ServicePorts []int `json:"servicePorts"` + SlaveID string `json:"slaveId"` StagedAt string `json:"stagedAt"` StartedAt string `json:"startedAt"` Version string `json:"version"`