mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 23:05:28 +00:00
b64674623e
* copyright headers for agent folder
17 lines
282 B
Go
17 lines
282 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package pbservice
|
|
|
|
import (
|
|
fuzz "github.com/google/gofuzz"
|
|
|
|
"github.com/hashicorp/consul/acl"
|
|
)
|
|
|
|
func randEnterpriseMeta(_ *acl.EnterpriseMeta, _ fuzz.Continue) {
|
|
}
|