Skip to content

Commit

Permalink
Add mod for transfer types
Browse files Browse the repository at this point in the history
Makes the transfer types available in containerd_client imports

Signed-off-by: Phil Estes <[email protected]>
  • Loading branch information
estesp authored and mxpv committed Jan 8, 2025
1 parent 95964f2 commit 41d2ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ pub mod types {
pub mod v1 {
tonic::include_proto!("containerd.v1.types");
}
pub mod transfer {
tonic::include_proto!("containerd.types.transfer");
}
}

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

0 comments on commit 41d2ded

Please sign in to comment.