mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
9 lines
145 B
Go
9 lines
145 B
Go
//go:build !ent
|
|
// +build !ent
|
|
|
|
package scheduler
|
|
|
|
func NewQuotaIterator(_ Context, source FeasibleIterator) FeasibleIterator {
|
|
return source
|
|
}
|