summaryrefslogtreecommitdiff
path: root/gateway/src/client/mod.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-09-19 18:12:41 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-09-19 18:12:41 +0400
commit6d3caebc79f340d26262adc2ba789b10da4108aa (patch)
tree208e1bfe0cf036c0561555e0fc35beabfd261375 /gateway/src/client/mod.rs
parent88300c45202a228d54c1e99dd3b295ef3fb9aabd (diff)
shard + implementation of the payload deserialization & restructure
Diffstat (limited to 'gateway/src/client/mod.rs')
-rw-r--r--gateway/src/client/mod.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/gateway/src/client/mod.rs b/gateway/src/client/mod.rs
deleted file mode 100644
index 51d8995..0000000
--- a/gateway/src/client/mod.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-pub mod connection;
-pub mod payloads;
-pub mod shard;
-pub mod utils;
-mod error_utils; \ No newline at end of file