mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 16:35:44 +03:00
8 lines
131 B
Go
8 lines
131 B
Go
// +build !ent
|
|
|
|
package scheduler
|
|
|
|
func NewQuotaIterator(ctx Context, source FeasibleIterator) FeasibleIterator {
|
|
return source
|
|
}
|