open-consul/proto/pbservice/convert_oss_test.go

13 lines
204 B
Go
Raw Normal View History

2020-10-21 21:45:09 +00:00
// +build !consulent
package pbservice
import (
fuzz "github.com/google/gofuzz"
"github.com/hashicorp/consul/agent/structs"
)
func randEnterpriseMeta(_ *structs.EnterpriseMeta, _ fuzz.Continue) {
}