github.com/zoomfoo/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/nomad/job_endpoint_oss.go (about) 1 // +build !ent 2 3 package nomad 4 5 import "github.com/hashicorp/nomad/nomad/structs" 6 7 // enforceSubmitJob is used to check any Sentinel policies for the submit-job scope 8 func (j *Job) enforceSubmitJob(override bool, job *structs.Job) (error, error) { 9 return nil, nil 10 }