2023-03-28 18:39:22 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2022-06-01 15:18:06 +00:00
|
|
|
//go:build !consulent
|
|
|
|
// +build !consulent
|
|
|
|
|
|
|
|
package proxycfg
|
|
|
|
|
|
|
|
type TestDataSourcesEnterprise struct{}
|
|
|
|
|
|
|
|
func (*TestDataSources) buildEnterpriseSources() {}
|
|
|
|
|
|
|
|
func (*TestDataSources) fillEnterpriseDataSources(*DataSources) {}
|
|
|
|
|
|
|
|
func testConfigSnapshotFixtureEnterprise(*stateConfig) {}
|