Refactor models names
This commit is contained in:
parent
76b14ce75b
commit
be7f31906c
24 changed files with 461 additions and 340 deletions
5
emgauwa-lib/src/types/mod.rs
Normal file
5
emgauwa-lib/src/types/mod.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
mod controller_uid;
|
||||
mod schedule_uid;
|
||||
|
||||
pub use controller_uid::ControllerUid;
|
||||
pub use schedule_uid::ScheduleUid;
|
||||
Loading…
Reference in a new issue