Skip to content
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

Merged
merged 1 commit into from
Jul 6, 2023
Merged

Conversation

wllenyj
Copy link
Collaborator

@wllenyj wllenyj commented Jun 22, 2023

Fixes: #195

@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (e94bb9f) 24.47% compared to head (ae5bfac) 24.47%.

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -16,8 +16,9 @@ pub mod shutdown;
mod unix_incoming;

pub use self::stream::{
ClientStream, ClientStreamReceiver, ClientStreamSender, Kind, ServerStream,
Copy link
Collaborator

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, my fault, fixed.

Copy link
Member

@Tim-Zhang Tim-Zhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @wllenyj

@lifupan lifupan merged commit f00994f into containerd:master Jul 6, 2023
Tim-Zhang added a commit to Tim-Zhang/ttrpc-rust that referenced this pull request Aug 22, 2023
@Tim-Zhang Tim-Zhang mentioned this pull request Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClientStream.split exposes private types
4 participants