| 32 | } |
| 33 | |
| 34 | pub struct DynPortsConfig { |
| 35 | pub(crate) local_key: u64, |
| 36 | pub(crate) target: String, |
| 37 | pub(crate) cap: usize, |
| 38 | pub(crate) brokers: Vec<BrokerClient>, |
| 39 | pub(crate) args: Table, |
| 40 | } |
| 41 | |
| 42 | #[derive(Default)] |
| 43 | pub struct DynPorts<V> { |
nothing calls this directly
no outgoing calls
no test coverage detected