| 69 | #[derive(Deserialize, Serialize, Debug, Clone)] |
| 70 | #[serde(rename_all = "camelCase")] |
| 71 | pub struct GlData { |
| 72 | pub run_id: String, |
| 73 | pub job: String, |
| 74 | } |
| 75 | |
| 76 | #[derive(Deserialize, Serialize, Debug, Clone)] |
| 77 | #[serde(rename_all = "camelCase")] |
nothing calls this directly
no outgoing calls
no test coverage detected