f17ba33f61
This PR adds the common OSS changes for adding support for Consul Namespaces, which is going to be a Nomad Enterprise feature. There is no new functionality provided by this changeset and hopefully no new bugs.
8 lines
87 B
Go
8 lines
87 B
Go
// +build !ent
|
|
|
|
package structs
|
|
|
|
func (c *Consul) GetNamespace() string {
|
|
return ""
|
|
}
|