Skip to content

Commit

Permalink
Remove private prefix from proto-gen-rpc-glue e2e test (#16433)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeler authored Mar 3, 2023
1 parent c517f07 commit 84156af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tools/proto-gen-rpc-glue/e2e/source.pb.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 84156af

Please sign in to comment.