10 lines
229 B
Go
10 lines
229 B
Go
|
// +build !consulent
|
||
|
|
||
|
package envoy
|
||
|
|
||
|
// enterpriseGenerateConfigTestCases returns enterprise-only configurations to
|
||
|
// test in TestGenerateConfig.
|
||
|
func enterpriseGenerateConfigTestCases() []generateConfigTestCase {
|
||
|
return nil
|
||
|
}
|