thriftrw / thriftrw-go

A Thrift encoding code generator and library for Go
MIT License
101 stars 53 forks source link

Define an Enveloper interface type for thrift types that can be stream encoded with an envelope #513

Closed usmyth closed 3 years ago

usmyth commented 3 years ago

The enveloper/stream Enveloper interface is implemented by a thrift type that can be written with an envelope via streaming (stream.Writer).

codecov[bot] commented 3 years ago

Codecov Report

Merging #513 (9b81594) into streamdev (c9605ac) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           streamdev     #513   +/-   ##
==========================================
  Coverage      68.80%   68.80%           
==========================================
  Files            129      129           
  Lines          22738    22738           
==========================================
  Hits           15646    15646           
  Misses          4068     4068           
  Partials        3024     3024           

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 c9605ac...9b81594. Read the comment docs.