open-consul/agent/config/runtime_oss.go

8 lines
141 B
Go
Raw Normal View History

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