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
|
||
|
}
|