diff options
author | David Blajda <blajda@hotmail.com> | 2018-12-16 21:45:58 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2018-12-16 21:45:58 +0000 |
commit | 23ea9413cd0e29eb451df08c5c799d64f56a1342 (patch) | |
tree | 226a2bc179e41c675aa0ed34ddc1fda7c55c277a /src/helix/namespaces/mod.rs | |
parent | 27267ed98fc839b51ae4621fd1aa230f7f068bdc (diff) |
Move endpoints functions into namespaces
Diffstat (limited to 'src/helix/namespaces/mod.rs')
-rw-r--r-- | src/helix/namespaces/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helix/namespaces/mod.rs b/src/helix/namespaces/mod.rs new file mode 100644 index 0000000..ad73aa3 --- /dev/null +++ b/src/helix/namespaces/mod.rs @@ -0,0 +1,3 @@ +pub mod clips; +pub mod users; +pub mod videos; |