diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-26 22:33:10 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-30 15:25:55 +0200 |
| commit | 96ac028918baa1094374e823a2464016f7f20479 (patch) | |
| tree | 91c8a87db33033dbd64d3d5a9ae4343488213085 /mumlib/src/command.rs | |
| parent | 795e46c98616801c678bd0a403b08cb0fcd5ee43 (diff) | |
| download | mum-96ac028918baa1094374e823a2464016f7f20479.tar.gz | |
add todos
Diffstat (limited to 'mumlib/src/command.rs')
| -rw-r--r-- | mumlib/src/command.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index d2e8477..fc08ddf 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -31,6 +31,7 @@ pub enum Command { UserVolumeSet(String, f32), } +//TODO none-response #[derive(Debug, Deserialize, Serialize)] pub enum CommandResponse { ChannelList { |
