| 62 | #[derive(Deserialize, Serialize, Debug, Clone)] |
| 63 | #[serde(rename_all = "camelCase")] |
| 64 | pub struct GhData { |
| 65 | pub run_id: String, |
| 66 | pub job: String, |
| 67 | } |
| 68 | |
| 69 | #[derive(Deserialize, Serialize, Debug, Clone)] |
| 70 | #[serde(rename_all = "camelCase")] |
nothing calls this directly
no outgoing calls
no test coverage detected