2021-11-16 18:04:01 +00:00
|
|
|
//go:build !consulent
|
2020-10-21 21:45:09 +00:00
|
|
|
// +build !consulent
|
|
|
|
|
|
|
|
package pbservice
|
|
|
|
|
|
|
|
import (
|
|
|
|
fuzz "github.com/google/gofuzz"
|
|
|
|
|
2022-04-05 21:10:06 +00:00
|
|
|
"github.com/hashicorp/consul/acl"
|
2020-10-21 21:45:09 +00:00
|
|
|
)
|
|
|
|
|
2022-04-05 21:10:06 +00:00
|
|
|
func randEnterpriseMeta(_ *acl.EnterpriseMeta, _ fuzz.Continue) {
|
2020-10-21 21:45:09 +00:00
|
|
|
}
|