Skip to content

Commit

Permalink
Fix package paths in protobuf descriptors and regenerate with gogo/pr…
Browse files Browse the repository at this point in the history
…otobuf
  • Loading branch information
charleskorn committed Aug 3, 2023
1 parent 3cccf5b commit 062ea8d
Show file tree
Hide file tree
Showing 6 changed files with 776 additions and 118 deletions.
114 changes: 69 additions & 45 deletions httpgrpc/httpgrpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion httpgrpc/httpgrpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ option (gogoproto.goproto_stringer_all) = false;
option (gogoproto.goproto_unkeyed_all) = false;
option (gogoproto.goproto_unrecognized_all) = false;
option (gogoproto.goproto_sizecache_all) = false;
option go_package = "github.com/weaveworks/common/httpgrpc";

service HTTP {
rpc Handle(HTTPRequest) returns (HTTPResponse) {};
Expand Down
Loading

0 comments on commit 062ea8d

Please sign in to comment.