grpc-ecosystem / grpc-httpjson-transcoding

Transcoding to provide HTTP/JSON interface for gRPC Service
Apache License 2.0
164 stars 35 forks source link

Remove unnecessary VariableBinding Templatization. #100

Closed shuoyang2016 closed 2 months ago

shuoyang2016 commented 2 months ago
VariableBinding is a first class concept for path matcher and doesn't
need to be templated.

In addition, add a few developer tools.
* Clang format
* Makefile
google-oss-prow[bot] commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: shuoyang2016, TAOXUY

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/grpc-ecosystem/grpc-httpjson-transcoding/blob/master/OWNERS)~~ [TAOXUY,shuoyang2016] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment