previa-engine 1.0.0-alpha.18

Motor de execucao de pipelines da plataforma Previa.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod cancel;
pub mod engine;
pub(crate) mod http;
pub(crate) mod logging;

pub use engine::{
    execute_pipeline, execute_pipeline_with_client, execute_pipeline_with_client_hooks,
    execute_pipeline_with_hooks, execute_pipeline_with_specs_hooks,
};