Remove private prefix from proto-gen-rpc-glue e2e test (#16433)

pull/16523/head^2
Matt Keeler 2 years ago committed by GitHub
parent c517f07eca
commit 84156afe87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
package e2e
import "github.com/hashicorp/consul/proto/private/pbcommon"
import "github.com/hashicorp/consul/proto/pbcommon"
// @consul-rpc-glue: WriteRequest,TargetDatacenter
type ExampleWriteRequest struct {

Loading…
Cancel
Save