open-consul/proto/private/pbservice/convert_oss_test.go

17 lines
282 B
Go
Raw Normal View History

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//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
}