Refactor models names
This commit is contained in:
parent
76b14ce75b
commit
be7f31906c
24 changed files with 461 additions and 340 deletions
emgauwa-controller/src
|
@ -1,9 +1,8 @@
|
|||
use chrono::Local;
|
||||
use crate::settings::Settings;
|
||||
use chrono::Local;
|
||||
|
||||
#[allow(unused_variables)]
|
||||
pub async fn run_relay_loop(settings: Settings) {
|
||||
let next_timestamp = Local::now().naive_local();
|
||||
loop {
|
||||
}
|
||||
}
|
||||
let next_timestamp = Local::now().naive_local();
|
||||
loop {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue