Supervisor compiles
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
cc00a35bfc
commit
cdb5947f86
9 changed files with 129 additions and 40 deletions
8
supervisor/create_windows.go
Normal file
8
supervisor/create_windows.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package supervisor
|
||||
|
||||
type platformStartTask struct {
|
||||
}
|
||||
|
||||
// Checkpoint not supported on Windows
|
||||
func (task *startTask) setTaskCheckpoint(t *StartTask) {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue