This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Rename control::ws module to control::listener.
wip
Titouan Rigoudy
4 years ago
parent
35da08bf5c
commit
c05ed06809
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
client/src/control/listener.rs
+2
-2
client/src/control/mod.rs
client/src/control/ws.rs → client/src/control/listener.rs
View File
+ 2
- 2
client/src/control/mod.rs
View File
@ -1,7 +1,7 @@
mod
listener
;
mod
request
;
mod
response
;
mod
ws
;
pub
use
self
::
listener
::
Listener
;
pub
use
self
::
request
::
*
;
pub
use
self
::
response
::
*
;
pub
use
self
::
ws
::
Listener
;
Write
Preview
Loading…
Cancel
Save