| 195 | #[derive(Serialize, Clone)] |
| 196 | #[serde(rename_all = "camelCase")] |
| 197 | pub struct CompareRunsVars { |
| 198 | pub owner: String, |
| 199 | pub name: String, |
| 200 | pub base_run_id: String, |
| 201 | pub head_run_id: String, |
| 202 | } |
| 203 | |
| 204 | #[derive(Deserialize, Serialize, Debug, Clone, PartialEq)] |
| 205 | #[serde(rename_all = "PascalCase")] |
nothing calls this directly
no outgoing calls
no test coverage detected