4d90afb425
mostly to handle build directives in 1.17.
9 lines
103 B
Go
9 lines
103 B
Go
//go:build !ent
|
|
// +build !ent
|
|
|
|
package structs
|
|
|
|
func (c *Consul) GetNamespace() string {
|
|
return ""
|
|
}
|