2021-11-16 18:04:01 +00:00
|
|
|
//go:build !consulent
|
2020-11-16 23:37:19 +00:00
|
|
|
// +build !consulent
|
|
|
|
|
|
|
|
package envoy
|
|
|
|
|
|
|
|
// enterpriseGenerateConfigTestCases returns enterprise-only configurations to
|
|
|
|
// test in TestGenerateConfig.
|
|
|
|
func enterpriseGenerateConfigTestCases() []generateConfigTestCase {
|
|
|
|
return nil
|
|
|
|
}
|