Skip to content

Commit 41d2ded

Browse files
estespmxpv
authored andcommitted
Add mod for transfer types
Makes the transfer types available in containerd_client imports Signed-off-by: Phil Estes <[email protected]>
1 parent 95964f2 commit 41d2ded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/client/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ pub mod types {
2828
pub mod v1 {
2929
tonic::include_proto!("containerd.v1.types");
3030
}
31+
pub mod transfer {
32+
tonic::include_proto!("containerd.types.transfer");
33+
}
3134
}
3235

3336
/// Generated `google.rpc` types, containerd services typically use some of these types.

0 commit comments

Comments
 (0)