open-nomad/nomad/structs/consul_oss.go

8 lines
87 B
Go

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