mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(connlib): make fields in TunnelTest private (#5967)
These aren't actually accessed outside the test itself and can be private.
This commit is contained in:
@@ -38,8 +38,8 @@ pub(crate) struct TunnelTest {
|
||||
now: Instant,
|
||||
utc_now: DateTime<Utc>,
|
||||
|
||||
pub(crate) client: Host<SimClient>,
|
||||
pub(crate) gateways: BTreeMap<GatewayId, Host<SimGateway>>,
|
||||
client: Host<SimClient>,
|
||||
gateways: BTreeMap<GatewayId, Host<SimGateway>>,
|
||||
relays: BTreeMap<RelayId, Host<SimRelay>>,
|
||||
|
||||
drop_direct_client_traffic: bool,
|
||||
|
||||
Reference in New Issue
Block a user