Flatten stuff
This commit is contained in:
parent
86ec7e8fd2
commit
412d2b0239
5 changed files with 8 additions and 23 deletions
4
event.go
4
event.go
|
@ -18,12 +18,12 @@ func (e *ExitEvent) String() string {
|
|||
return "exit event"
|
||||
}
|
||||
|
||||
type CreateContainerEvent struct {
|
||||
type StartContainerEvent struct {
|
||||
ID string
|
||||
BundlePath string
|
||||
Err chan error
|
||||
}
|
||||
|
||||
func (c *CreateContainerEvent) String() string {
|
||||
func (c *StartContainerEvent) String() string {
|
||||
return "create container"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue