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

This commit is contained in:
Matt Keeler 2023-03-03 14:05:14 -05:00 committed by GitHub
parent 87c5c41a25
commit 9ef8ef9f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {