| 47 | |
| 48 | #[derive(Serialize, Clone)] |
| 49 | struct JobStatus { |
| 50 | step: ProgressStep, |
| 51 | video_url: Option<String>, |
| 52 | repo_url: String, |
| 53 | error: Option<String>, |
| 54 | settings: GourceSettings, |
| 55 | } |
| 56 | |
| 57 | #[derive(Default, Serialize, Deserialize, Clone, Debug)] |
| 58 | struct GourceSettings { |
nothing calls this directly
no outgoing calls
no test coverage detected