2021-11-16 18:04:01 +00:00
|
|
|
//go:build !consulent
|
2019-12-10 02:26:41 +00:00
|
|
|
// +build !consulent
|
|
|
|
|
|
|
|
package config
|
|
|
|
|
|
|
|
type EnterpriseRuntimeConfig struct{}
|
2021-07-08 15:03:38 +00:00
|
|
|
|
2021-08-19 20:09:42 +00:00
|
|
|
func (c *RuntimeConfig) PartitionOrEmpty() string { return "" }
|
|
|
|
func (c *RuntimeConfig) PartitionOrDefault() string { return "" }
|