Adding compatibility for marathon 1.5
This commit is contained in:
parent
461ebf6d88
commit
04d8b5d483
35 changed files with 2257 additions and 63 deletions
2
vendor/github.com/gambol99/go-marathon/queue.go
generated
vendored
2
vendor/github.com/gambol99/go-marathon/queue.go
generated
vendored
|
@ -32,7 +32,7 @@ type Item struct {
|
|||
Application Application `json:"app"`
|
||||
}
|
||||
|
||||
// Delay cotains the application postpone infomation
|
||||
// Delay cotains the application postpone information
|
||||
type Delay struct {
|
||||
Overdue bool `json:"overdue"`
|
||||
TimeLeftSeconds int `json:"timeLeftSeconds"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue