open-nomad/scheduler/stack_not_ent.go
Alex Dadgar c1cc51dbee sync
2017-10-13 14:36:02 -07:00

8 lines
131 B
Go

// +build !ent
package scheduler
func NewQuotaIterator(ctx Context, source FeasibleIterator) FeasibleIterator {
return source
}