2016-07-10 06:01:14 +00:00
|
|
|
// +build darwin dragonfly freebsd netbsd openbsd solaris windows
|
|
|
|
|
|
|
|
package executor
|
|
|
|
|
2016-07-11 07:02:55 +00:00
|
|
|
// resourceContainerContext is a platform-specific struct for managing a
|
|
|
|
// resource container.
|
|
|
|
type resourceContainerContext struct {
|
2016-07-10 06:01:14 +00:00
|
|
|
}
|
|
|
|
|
2016-07-11 07:02:55 +00:00
|
|
|
func (rc *resourceContainerContext) executorCleanup() error {
|
2016-07-10 06:01:14 +00:00
|
|
|
return nil
|
|
|
|
}
|