open-consul/agent/config/runtime_oss.go

10 lines
231 B
Go
Raw Normal View History

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