github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/command/namespace_status_oss_test.go (about)

     1  //go:build !ent
     2  // +build !ent
     3  
     4  package command
     5  
     6  import "github.com/hashicorp/nomad/api"
     7  
     8  func testQuotaSpec() *api.QuotaSpec {
     9  	panic("not implemented - enterprise only")
    10  }