MCPcopy Create free account
hub / github.com/3eif/gitmotion / JobStatus

Class JobStatus

api/src/main.rs:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48#[derive(Serialize, Clone)]
49struct 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)]
58struct GourceSettings {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected