mirror of https://github.com/status-im/consul.git
13 lines
301 B
Go
13 lines
301 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
//go:build !consulent
|
|
|
|
package envoy
|
|
|
|
// enterpriseGenerateConfigTestCases returns enterprise-only configurations to
|
|
// test in TestGenerateConfig.
|
|
func enterpriseGenerateConfigTestCases() []generateConfigTestCase {
|
|
return nil
|
|
}
|