open-nomad/nomad/structs/consul_oss.go

9 lines
103 B
Go

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