We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7e2cb commit bb6af4dCopy full SHA for bb6af4d
packages/udp-tracker-core/src/services/announce.rs
@@ -23,9 +23,9 @@ use crate::statistics;
23
24
/// The `AnnounceService` is responsible for handling the `announce` requests.
25
pub struct AnnounceService {
26
- pub announce_handler: Arc<AnnounceHandler>,
27
- pub whitelist_authorization: Arc<whitelist::authorization::WhitelistAuthorization>,
28
- pub opt_udp_core_stats_event_sender: Arc<Option<Box<dyn statistics::event::sender::Sender>>>,
+ announce_handler: Arc<AnnounceHandler>,
+ whitelist_authorization: Arc<whitelist::authorization::WhitelistAuthorization>,
+ opt_udp_core_stats_event_sender: Arc<Option<Box<dyn statistics::event::sender::Sender>>>,
29
}
30
31
impl AnnounceService {
0 commit comments