2023-04-10 15:36:59 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2022-03-04 20:58:58 +00:00
|
|
|
//go:build !ent
|
|
|
|
// +build !ent
|
|
|
|
|
|
|
|
package command
|
|
|
|
|
|
|
|
import "github.com/hashicorp/nomad/api"
|
|
|
|
|
|
|
|
func testQuotaSpec() *api.QuotaSpec {
|
|
|
|
panic("not implemented - enterprise only")
|
|
|
|
}
|