Files
nomad/scheduler/stack_oss.go
2023-08-10 17:27:29 -05:00

12 lines
216 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
//go:build !ent
// +build !ent
package scheduler
func NewQuotaIterator(_ Context, source FeasibleIterator) FeasibleIterator {
return source
}