Sync container start

This commit is contained in:
Michael Crosby 2015-11-06 13:01:55 -08:00
parent e81513349f
commit 86ec7e8fd2
7 changed files with 50 additions and 81 deletions

View file

@ -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