greentic-start-dev 1.1.27260970208

Greentic lifecycle runner for start/restart/stop orchestration
Documentation
1
2
3
4
5
6
7
8
9
10
mod components;
mod nats;
mod runner;

#[allow(unused_imports)]
pub use components::{ComponentSpec, component_status, start_component, stop_component};
#[allow(unused_imports)]
pub use nats::{nats_status, nats_url, start_nats, start_nats_with_log, stop_nats, tail_nats_logs};
#[allow(unused_imports)]
pub use runner::{ProcessStatus, ServiceState, tail_log};