open-nomad/nomad/job_endpoint_oss.go
Alex Dadgar e5ec915ac3 sync
2017-09-19 10:08:23 -05:00

11 lines
266 B
Go

// +build !ent
package nomad
import "github.com/hashicorp/nomad/nomad/structs"
// enforceSubmitJob is used to check any Sentinel policies for the submit-job scope
func (j *Job) enforceSubmitJob(override bool, job *structs.Job) (error, error) {
return nil, nil
}