github.com/blixtra/nomad@v0.7.2-0.20171221000451-da9a1d7bb050/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  }