author | unc0rr |
Mon, 23 Jan 2017 23:43:29 +0300 | |
changeset 12142 | 4d7d41be1993 |
parent 12141 | 78925eff02c2 |
child 12143 | 7e874846afe3 |
permissions | -rw-r--r-- |
12138 | 1 |
use protocol::messages::HWProtocolMessage; |
2 |
||
3 |
pub enum Action { |
|
4 |
SendMe(String), |
|
12139 | 5 |
RemoveClient, |
6 |
ByeClient(String), |
|
12142
4d7d41be1993
Start refactoring path from getting message from client to reacting to it
unc0rr
parents:
12141
diff
changeset
|
7 |
ReactProtocolMessage(HWProtocolMessage), |
12138 | 8 |
} |