aboutsummaryrefslogblamecommitdiff
path: root/executor/resource_container_default.go
blob: 0274e1b079d765459f3dfcada4c44ca7cf1e263e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                        
//go:build !linux

package executor

// resourceContainerContext is a platform-specific struct for managing a
// resource container.
type resourceContainerContext struct {
}

func (rc *resourceContainerContext) executorCleanup() error {
	return nil
}