9 lines
209 B
Go
9 lines
209 B
Go
// +build !consulent
|
|
|
|
package config
|
|
|
|
type EnterpriseRuntimeConfig struct{}
|
|
|
|
func (c *RuntimeConfig) PartitionOrEmpty() string { return "" }
|
|
func (c *RuntimeConfig) PartitionOrDefault() string { return "" }
|