Add container start and supervisor
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
12
execution/supervisor.go
Normal file
12
execution/supervisor.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package execution
|
||||
|
||||
type Supervisor struct {
|
||||
}
|
||||
|
||||
type waiter interface {
|
||||
Wait() (uint32, error)
|
||||
}
|
||||
|
||||
func (s *Supervisor) Add(w waiter) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user