aboutsummaryrefslogtreecommitdiff
path: root/core/src/pad_service/mod.rs
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-05-27 10:48:06 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-05-27 10:48:06 +0800
commitc470dff02c2c4def065efa59dd04026ca50dc090 (patch)
tree015322869f20cdf5564724f101ffe62a68b3e0f4 /core/src/pad_service/mod.rs
parent18ecddcb3cb51c19d6c9cab8798daf44f8f4e56b (diff)
将pad_io更名为pad_service
Diffstat (limited to 'core/src/pad_service/mod.rs')
-rw-r--r--core/src/pad_service/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/pad_service/mod.rs b/core/src/pad_service/mod.rs
new file mode 100644
index 0000000..ae10f2d
--- /dev/null
+++ b/core/src/pad_service/mod.rs
@@ -0,0 +1,5 @@
+pub mod client;
+pub mod client_debug_cli;
+
+pub mod server;
+pub mod server_debug_cli; \ No newline at end of file