Files
nomad/nomad/structs/consul_ce.go
2023-08-18 07:47:24 +01:00

12 lines
174 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
//go:build !ent
// +build !ent
package structs
func (c *Consul) GetNamespace() string {
return ""
}