summaryrefslogtreecommitdiffstats
path: root/src/endpoint/mod.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-22 18:03:47 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 15:36:49 +0100
commit9fbda0620e45a3eff03ac44bfab2941ad909d346 (patch)
treeaa3f1b07b2c959169d8d85a4b661b30d087739a1 /src/endpoint/mod.rs
parent7817211f97e33b2b3201c62aaa0d0fdf6bce04a9 (diff)
Add first setup for EndpointManager
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/endpoint/mod.rs')
-rw-r--r--src/endpoint/mod.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/endpoint/mod.rs b/src/endpoint/mod.rs
new file mode 100644
index 0000000..167817d
--- /dev/null
+++ b/src/endpoint/mod.rs
@@ -0,0 +1,8 @@
+mod manager;
+pub use manager::*;
+
+mod managerconf;
+pub use managerconf::*;
+
+mod configured;
+