-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stream: public stream related types #196
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #196 +/- ##
=======================================
Coverage 24.47% 24.47%
=======================================
Files 17 17
Lines 2521 2521
=======================================
Hits 617 617
Misses 1904 1904 ☔ View full report in Codecov by Sentry. |
@@ -16,8 +16,9 @@ pub mod shutdown; | |||
mod unix_incoming; | |||
|
|||
pub use self::stream::{ | |||
ClientStream, ClientStreamReceiver, ClientStreamSender, Kind, ServerStream, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kind
is dropped here. Is that intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, my fault, fixed.
Fixes: containerd#195 Signed-off-by: wanglei01 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @wllenyj
Cut the release for containerd#196, containerd#197, containerd#200, containerd#203, containerd#208 Signed-off-by: Tim Zhang <[email protected]>
Fixes: #195