Files
nomad/scheduler/stack_ce.go
2023-08-18 07:47:24 +01: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
}