Detect task failures

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-09-30 14:52:53 +02:00
parent 144c403e96
commit d3effd2ead
4 changed files with 126 additions and 17 deletions

View file

@ -77,4 +77,5 @@ type Stack struct {
ID string
Name string
Status string
Reason string
}