File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ impl Remote {
499499 /// is the aggregated number of downloaded payload bytes in the request.
500500 ///
501501 /// This will return the stats of the download.
502- pub async fn fetch_sink (
502+ pub ( crate ) async fn fetch_sink (
503503 & self ,
504504 mut conn : impl GetConnection ,
505505 content : impl Into < HashAndFormat > ,
@@ -573,7 +573,7 @@ impl Remote {
573573 /// Push the given blob or hash sequence to a remote node.
574574 ///
575575 /// Note that many nodes will reject push requests. Also, this is an experimental feature for now.
576- pub async fn execute_push_sink (
576+ pub ( crate ) async fn execute_push_sink (
577577 & self ,
578578 conn : Connection ,
579579 request : PushRequest ,
@@ -654,7 +654,7 @@ impl Remote {
654654 /// This will download the data again even if the data is locally present.
655655 ///
656656 /// This will return the stats of the download.
657- pub async fn execute_get_sink (
657+ pub ( crate ) async fn execute_get_sink (
658658 & self ,
659659 conn : Connection ,
660660 request : GetRequest ,
You can’t perform that action at this time.
0 commit comments