mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41: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
|
|
@ -67,10 +67,9 @@ use tracing::{debug, error, field, warn};
|
|||
|
||||
use crate::{
|
||||
api::client_server::{self, claim_keys_helper, get_keys_helper},
|
||||
observability::FoundIn,
|
||||
service::pdu::{gen_event_id_canonical_json, PduBuilder},
|
||||
services,
|
||||
utils::{self, FoundIn},
|
||||
Ar, Error, PduEvent, Ra, Result,
|
||||
services, utils, Ar, Error, PduEvent, Ra, Result,
|
||||
};
|
||||
|
||||
/// Wraps either an literal IP address plus port, or a hostname plus complement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue