MCPcopy Create free account
hub / github.com/MoonKraken/youtube / SubmitTaskRequest

Class SubmitTaskRequest

ActixWebTaskService/src/api/task.rs:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29#[derive(Deserialize)]
30pub struct SubmitTaskRequest {
31 user_id: String,
32 task_type: String,
33 source_file: String
34}
35
36#[derive(Debug, Display)]
37pub enum TaskError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected