open-consul/proto/pbservice/convert_oss_test.go

14 lines
212 B
Go
Raw Normal View History

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