Skip to content

Commit 539a4fc

Browse files
authored
smudge pointer with new' (#11)
* smudge pointer with new' * scheme * lint * no grpc mock test
1 parent ec98cef commit 539a4fc

File tree

3 files changed

+272
-260
lines changed

3 files changed

+272
-260
lines changed

cas_client/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pub use interface::Client;
77
pub use local_client::LocalClient;
88
pub use merklehash::MerkleHash; // re-export since this is required for the client API.
99
pub use passthrough_staging_client::PassthroughStagingClient;
10+
pub use remote_client::CASAPIClient;
1011
pub use remote_client::RemoteClient;
1112
pub use staging_client::{new_staging_client, new_staging_client_with_progressbar, StagingClient};
1213
pub use staging_trait::{Staging, StagingBypassable};

0 commit comments

Comments
 (0)