mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
9 lines
208 B
Go
9 lines
208 B
Go
// +build !linux
|
|
|
|
package allocrunner
|
|
|
|
import hclog "github.com/hashicorp/go-hclog"
|
|
|
|
// noop for non linux clients
|
|
func (ar *allocRunner) initPlatformRunnerHooks(hookLogger hclog.Logger) error { return nil }
|