Sync container start
This commit is contained in:
parent
e81513349f
commit
86ec7e8fd2
7 changed files with 50 additions and 81 deletions
9
event.go
9
event.go
|
@ -18,15 +18,6 @@ func (e *ExitEvent) String() string {
|
|||
return "exit event"
|
||||
}
|
||||
|
||||
type StartedEvent struct {
|
||||
ID string
|
||||
Container Container
|
||||
}
|
||||
|
||||
func (s *StartedEvent) String() string {
|
||||
return "started event"
|
||||
}
|
||||
|
||||
type CreateContainerEvent struct {
|
||||
ID string
|
||||
BundlePath string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue