refactor route so we can add other router (#15)

This commit is contained in:
Sijie.Sun
2024-02-06 20:17:08 +08:00
committed by GitHub
parent 4f98dd097c
commit 2c2e41be24
7 changed files with 126 additions and 178 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ pub mod peer;
pub mod peer_conn;
pub mod peer_manager;
pub mod peer_map;
pub mod peer_rip_route;
pub mod peer_rpc;
pub mod rip_route;
pub mod route_trait;
pub mod rpc_service;