Files
windmill/backend/windmill-worker/src/lib.rs
Ruben Fiszel c669e9940b feat: native fetch + native postgresql jobs (#1796)
* push

* test

* test

* done

* fix

* modify script lang enum

* fix tests

* update wasm

* fix tests
2023-07-04 19:39:59 +02:00

11 lines
147 B
Rust

mod common;
mod global_cache;
mod go_executor;
mod js_eval;
mod pg_executor;
mod python_executor;
mod worker;
mod worker_flow;
pub use worker::*;