mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-04-24 03:53:07 +00:00
Hide deployer assembly exports from scenario surface
This commit is contained in:
parent
120b8879a4
commit
8e6604d232
@ -36,18 +36,21 @@ pub use definition::{Scenario, ScenarioBuildError, ScenarioBuilder};
|
|||||||
pub use deployment_policy::{CleanupPolicy, DeploymentPolicy, RetryPolicy};
|
pub use deployment_policy::{CleanupPolicy, DeploymentPolicy, RetryPolicy};
|
||||||
pub use expectation::Expectation;
|
pub use expectation::Expectation;
|
||||||
pub use observability::{ObservabilityCapabilityProvider, ObservabilityInputs};
|
pub use observability::{ObservabilityCapabilityProvider, ObservabilityInputs};
|
||||||
|
#[doc(hidden)]
|
||||||
pub use runtime::{
|
pub use runtime::{
|
||||||
ApplicationExternalProvider, AttachProvider, AttachProviderError, AttachedNode, CleanupGuard,
|
ApplicationExternalProvider, AttachProvider, AttachProviderError, AttachedNode, CleanupGuard,
|
||||||
Deployer, Feed, FeedHandle, FeedRuntime, HttpReadinessRequirement, ManagedSource, NodeClients,
|
FeedHandle, ManagedSource, RuntimeAssembly, SourceOrchestrationPlan, SourceProviders,
|
||||||
ReadinessError, RunContext, RunHandle, RunMetrics, Runner, RuntimeAssembly, ScenarioError,
|
StaticManagedProvider, build_source_orchestration_plan, orchestrate_sources,
|
||||||
SourceOrchestrationPlan, SourceProviders, StabilizationConfig, StaticManagedProvider,
|
orchestrate_sources_with_providers, resolve_sources,
|
||||||
build_source_orchestration_plan,
|
};
|
||||||
|
pub use runtime::{
|
||||||
|
Deployer, Feed, FeedRuntime, HttpReadinessRequirement, NodeClients, ReadinessError, RunContext,
|
||||||
|
RunHandle, RunMetrics, Runner, ScenarioError, StabilizationConfig,
|
||||||
metrics::{
|
metrics::{
|
||||||
CONSENSUS_PROCESSED_BLOCKS, CONSENSUS_TRANSACTIONS_TOTAL, Metrics, MetricsError,
|
CONSENSUS_PROCESSED_BLOCKS, CONSENSUS_TRANSACTIONS_TOTAL, Metrics, MetricsError,
|
||||||
PrometheusEndpoint, PrometheusInstantSample,
|
PrometheusEndpoint, PrometheusInstantSample,
|
||||||
},
|
},
|
||||||
orchestrate_sources, orchestrate_sources_with_providers, resolve_sources, spawn_feed,
|
spawn_feed, wait_for_http_ports, wait_for_http_ports_with_host,
|
||||||
wait_for_http_ports, wait_for_http_ports_with_host,
|
|
||||||
wait_for_http_ports_with_host_and_requirement, wait_for_http_ports_with_requirement,
|
wait_for_http_ports_with_host_and_requirement, wait_for_http_ports_with_requirement,
|
||||||
wait_http_readiness, wait_until_stable,
|
wait_http_readiness, wait_until_stable,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user