mirror of https://github.com/hashicorp/consul
10 lines
231 B
Go
10 lines
231 B
Go
|
//go:build !consulent
|
||
|
// +build !consulent
|
||
|
|
||
|
package config
|
||
|
|
||
|
type EnterpriseRuntimeConfig struct{}
|
||
|
|
||
|
func (c *RuntimeConfig) PartitionOrEmpty() string { return "" }
|
||
|
func (c *RuntimeConfig) PartitionOrDefault() string { return "" }
|