open-consul/agent/proxycfg/testing_oss.go

13 lines
282 B
Go
Raw Normal View History

//go:build !consulent
// +build !consulent
package proxycfg
type TestDataSourcesEnterprise struct{}
func (*TestDataSources) buildEnterpriseSources() {}
func (*TestDataSources) fillEnterpriseDataSources(*DataSources) {}
func testConfigSnapshotFixtureEnterprise(*stateConfig) {}