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 {
499
499
/// is the aggregated number of downloaded payload bytes in the request.
500
500
///
501
501
/// This will return the stats of the download.
502
- pub async fn fetch_sink (
502
+ pub ( crate ) async fn fetch_sink (
503
503
& self ,
504
504
mut conn : impl GetConnection ,
505
505
content : impl Into < HashAndFormat > ,
@@ -573,7 +573,7 @@ impl Remote {
573
573
/// Push the given blob or hash sequence to a remote node.
574
574
///
575
575
/// 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 (
577
577
& self ,
578
578
conn : Connection ,
579
579
request : PushRequest ,
@@ -654,7 +654,7 @@ impl Remote {
654
654
/// This will download the data again even if the data is locally present.
655
655
///
656
656
/// This will return the stats of the download.
657
- pub async fn execute_get_sink (
657
+ pub ( crate ) async fn execute_get_sink (
658
658
& self ,
659
659
conn : Connection ,
660
660
request : GetRequest ,
You can’t perform that action at this time.
0 commit comments