github.com/hernad/nomad@v1.6.112/nomad/structs/consul_oss.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  //go:build !ent
     5  // +build !ent
     6  
     7  package structs
     8  
     9  func (c *Consul) GetNamespace() string {
    10  	return ""
    11  }