v0.3.7-pre.008
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-backfill-desk/src/transport_runtime.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Composite-selected HTTP Transport readiness and route inventory owned by Backfill Desk.
|
||||
|
||||
@@ -10,6 +10,12 @@ pub(crate) struct TransportRuntime {
|
||||
}
|
||||
|
||||
impl TransportRuntime {
|
||||
/// Returns a shareable clone of the Transport-owned HTTP pool for one admitted Backfill execution.
|
||||
#[must_use]
|
||||
pub(crate) fn pool(&self) -> ksp_onchain_transport_lib::HttpTransportPool {
|
||||
return self.pool.clone();
|
||||
}
|
||||
|
||||
/// Returns the composite-selected Transport profile identifier.
|
||||
#[must_use]
|
||||
pub(crate) fn profile_id(&self) -> &str {
|
||||
|
||||
Reference in New Issue
Block a user