mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Merge branch 'docker:v2' into issue#9147
This commit is contained in:
commit
7e7262bc77
18 changed files with 974 additions and 414 deletions
|
|
@ -404,10 +404,11 @@ const (
|
|||
|
||||
// Stack holds the name and state of a compose application/stack
|
||||
type Stack struct {
|
||||
ID string
|
||||
Name string
|
||||
Status string
|
||||
Reason string
|
||||
ID string
|
||||
Name string
|
||||
Status string
|
||||
ConfigFiles string
|
||||
Reason string
|
||||
}
|
||||
|
||||
// LogConsumer is a callback to process log messages from services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue