containerd / ttrpc

GRPC for low-memory environments
Apache License 2.0
536 stars 78 forks source link

Add protoc-gen-go-ttrpc #96

Closed kzys closed 2 years ago

kzys commented 2 years ago

Google's new protobuf code generator only supports protobuf serialization/deserialization and let other code generators handle RPC-related aspects.

This new code generator follows the change and can be used with the new protobuf code generator.

Signed-off-by: Kazuyoshi Kato katokazu@amazon.com

codecov-commenter commented 2 years ago

Codecov Report

Merging #96 (6eabacc) into main (58eb91e) will decrease coverage by 0.14%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
- Coverage   73.72%   73.58%   -0.15%     
==========================================
  Files          11       11              
  Lines         708      708              
==========================================
- Hits          522      521       -1     
- Misses        149      151       +2     
+ Partials       37       36       -1     
Impacted Files Coverage Δ
server.go 76.92% <0.00%> (-0.74%) :arrow_down:
client.go 82.32% <0.00%> (+0.55%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 58eb91e...6eabacc. Read the comment docs.