ffs_cli/jobs/
mod.rs

1#[derive(Debug)]
2pub struct Job {
3    pub id: String,
4    pub ipv4: String,
5    pub name: Option<String>,
6}