mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
move FoundIn to observability.rs
This commit is contained in:
parent
0bd2c43dab
commit
22dd7f1a54
9 changed files with 43 additions and 53 deletions
|
|
@ -28,7 +28,8 @@ use tokio::sync::MutexGuard;
|
|||
use tracing::{error, warn};
|
||||
|
||||
use crate::{
|
||||
service::pdu::PduBuilder, services, utils::FoundIn, Error, PduEvent, Result,
|
||||
observability::FoundIn, service::pdu::PduBuilder, services, Error,
|
||||
PduEvent, Result,
|
||||
};
|
||||
|
||||
pub(crate) struct Service {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue