Skip to content

Commit

Permalink
Fix missing annotation in http_uri.proto (#7769)
Browse files Browse the repository at this point in the history
Description: Fix missing gogo annotation. The file-level `equal_all` annotation was missing in one of the files and failed to compile in go-control-plane.
envoyproxy/go-control-plane#201

Risk Level: Low
Testing: go-control-plane
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Shriram Rajagopalan <[email protected]>

Mirrored from https://github.com/envoyproxy/envoy @ bdd6788f1e01787d015eabd9902f4b565e5dea98
  • Loading branch information
data-plane-api(CircleCI) committed Jul 31, 2019
1 parent fce39f7 commit cb10255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions envoy/api/v2/core/http_uri.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import "gogoproto/gogo.proto";

import "validate/validate.proto";

option (gogoproto.equal_all) = true;

// [#protodoc-title: HTTP Service URI ]

// Envoy external URI descriptor
Expand Down

0 comments on commit cb10255

Please sign in to comment.