Refactor naming
This commit is contained in:
parent
a9fd240bd3
commit
ad58ab9bdd
10 changed files with 66 additions and 62 deletions
src
|
@ -2,9 +2,6 @@ use std::fmt::{Debug, Display, Formatter};
|
|||
|
||||
use crate::parameter::*;
|
||||
|
||||
pub mod channel;
|
||||
pub mod client;
|
||||
|
||||
pub enum Response {
|
||||
Ok,
|
||||
Data(ParameterList),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue