mirror of https://github.com/hashicorp/consul
Daniel Nephin
4 years ago
3 changed files with 14 additions and 5 deletions
@ -0,0 +1,12 @@
|
||||
// +build !consulent
|
||||
|
||||
package pbservice |
||||
|
||||
import ( |
||||
fuzz "github.com/google/gofuzz" |
||||
|
||||
"github.com/hashicorp/consul/agent/structs" |
||||
) |
||||
|
||||
func randEnterpriseMeta(_ *structs.EnterpriseMeta, _ fuzz.Continue) { |
||||
} |
Loading…
Reference in new issue