github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/nomad/structs/consul_oss.go (about)

     1  //go:build !ent
     2  // +build !ent
     3  
     4  package structs
     5  
     6  func (c *Consul) GetNamespace() string {
     7  	return ""
     8  }