13 lines
204 B
Go
13 lines
204 B
Go
|
// +build !consulent
|
||
|
|
||
|
package pbservice
|
||
|
|
||
|
import (
|
||
|
fuzz "github.com/google/gofuzz"
|
||
|
|
||
|
"github.com/hashicorp/consul/agent/structs"
|
||
|
)
|
||
|
|
||
|
func randEnterpriseMeta(_ *structs.EnterpriseMeta, _ fuzz.Continue) {
|
||
|
}
|