github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/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  }