open-nomad/nomad/structs/consul_oss.go
Seth Hoenig f17ba33f61 consul: plubming for specifying consul namespace in job/group
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.
2021-04-05 10:03:19 -06:00

8 lines
87 B
Go

// +build !ent
package structs
func (c *Consul) GetNamespace() string {
return ""
}