web-queue-meta 0.1.1

Common packages for backend and proxy web queue
Documentation
1
2
3
4
5
6
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize)]
pub struct BaseQueueResponse {
    pub success: bool,
}