| 28 | |
| 29 | #[derive(Deserialize)] |
| 30 | pub struct SubmitTaskRequest { |
| 31 | user_id: String, |
| 32 | task_type: String, |
| 33 | source_file: String |
| 34 | } |
| 35 | |
| 36 | #[derive(Debug, Display)] |
| 37 | pub enum TaskError { |
nothing calls this directly
no outgoing calls
no test coverage detected