2023-03-28 18:39:22 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
2023-08-11 13:12:13 +00:00
|
|
|
// SPDX-License-Identifier: BUSL-1.1
|
2023-03-28 18:39:22 +00:00
|
|
|
|
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) {}
|