Skip to content

Commit 6bae0b0

Browse files
committed
save fr
1 parent 1203eea commit 6bae0b0

File tree

13 files changed

+963
-166
lines changed

13 files changed

+963
-166
lines changed

autopeer/api/src/api/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub mod peering;
44
pub mod test_helpers;
55

66
pub use peering::{
7-
delete_peering, deploy_peering, get_config, init_peering, update_peering, verify_peering,
8-
ConfigResponse, DeployRequest, DeployResponse, InitRequest, InitResponse, UpdateRequest,
9-
UpdateResponse, VerifyRequest, VerifyResponse,
7+
activate_peering, deactivate_peering, delete_peering, deploy_peering, get_config, get_status,
8+
init_peering, update_peering, verify_peering, ConfigResponse, DeployRequest, DeployResponse,
9+
InitRequest, InitResponse, UpdateRequest, UpdateResponse, VerifyRequest, VerifyResponse,
1010
};

0 commit comments

Comments
 (0)