11 lines
305 B
Go
11 lines
305 B
Go
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package api
|
|
|
|
// The following defaults return "default" in enterprise and "" in OSS.
|
|
// This constant is useful when a default value is needed for an
|
|
// operation that will reject non-empty values in OSS.
|
|
const defaultNamespace = ""
|
|
const defaultPartition = ""
|