github.com/smithx10/nomad@v0.9.1-rc1/scheduler/stack_not_ent.go (about)

     1  // +build !ent
     2  
     3  package scheduler
     4  
     5  func NewQuotaIterator(ctx Context, source FeasibleIterator) FeasibleIterator {
     6  	return source
     7  }