2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-02 22:30:43 +00:00

10 lines
229 B
Go
Raw Normal View History

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