fmt
This commit is contained in:
parent
15f64eb8c8
commit
4a5f98858b
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
use crate::frame::ServerFrames;
|
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
use tokio::sync::mpsc;
|
use tokio::sync::mpsc;
|
||||||
|
|
||||||
|
use crate::frame::ServerFrames;
|
||||||
|
|
||||||
pub(crate) struct Heartbeat {
|
pub(crate) struct Heartbeat {
|
||||||
is_running: bool,
|
is_running: bool,
|
||||||
interval: Duration,
|
interval: Duration,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue