aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/commands/mod.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 13:30:51 +0000
committerFuwn <[email protected]>2021-04-26 13:30:51 +0000
commitaf68ae63e4b0f5f6237bbda4fed9fd2a6022357d (patch)
tree02bbd59bf0a54808e335c1d703d3dac4cdc0773b /src/server/cmd/commands/mod.rs
parentfix: Actually remove legacy server module (diff)
downloadwhirl-af68ae63e4b0f5f6237bbda4fed9fd2a6022357d.tar.xz
whirl-af68ae63e4b0f5f6237bbda4fed9fd2a6022357d.zip
fmt: Rename re_server module to server
Diffstat (limited to 'src/server/cmd/commands/mod.rs')
-rw-r--r--src/server/cmd/commands/mod.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/server/cmd/commands/mod.rs b/src/server/cmd/commands/mod.rs
new file mode 100644
index 0000000..b484e2f
--- /dev/null
+++ b/src/server/cmd/commands/mod.rs
@@ -0,0 +1,12 @@
+// Copyleft 2021-2021 Whirlsplash
+// SPDX-License-Identifier: GPL-3.0-only
+
+pub mod action;
+pub mod buddy_list;
+pub mod property;
+pub mod room;
+pub mod session;
+pub mod subscribe;
+pub mod text;
+pub mod whisper;
+// pub mod register_object_id; // TODO: Implement.