mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
82a753285b
streaming: backport namespace changes
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) {
|
|
}
|