Update go-marathon
This commit is contained in:
parent
3142a4f4b3
commit
877770f7cf
24 changed files with 450 additions and 97 deletions
2
vendor/github.com/gambol99/go-marathon/last_task_failure.go
generated
vendored
2
vendor/github.com/gambol99/go-marathon/last_task_failure.go
generated
vendored
|
@ -1,4 +1,5 @@
|
|||
/*
|
||||
Copyright 2015 The go-marathon Authors All rights reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -20,6 +21,7 @@ type LastTaskFailure struct {
|
|||
AppID string `json:"appId,omitempty"`
|
||||
Host string `json:"host,omitempty"`
|
||||
Message string `json:"message,omitempty"`
|
||||
SlaveID string `json:"slaveId,omitempty"`
|
||||
State string `json:"state,omitempty"`
|
||||
TaskID string `json:"taskId,omitempty"`
|
||||
Timestamp string `json:"timestamp,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue