open-consul/agent/config/runtime_oss.go

9 lines
209 B
Go
Raw Normal View History

// +build !consulent
package config
type EnterpriseRuntimeConfig struct{}
func (c *RuntimeConfig) PartitionOrEmpty() string { return "" }
func (c *RuntimeConfig) PartitionOrDefault() string { return "" }