graphile_worker_task_details 0.1.5

Task details for graphile_worker, mapping task IDs to identifiers
Documentation
1
2
3
4
5
6
7
8
mod details;
mod shared;

pub use details::TaskDetails;
pub use shared::SharedTaskDetails;

#[cfg(test)]
mod tests;