| 107 | #[derive(Serialize, Clone)] |
| 108 | #[serde(rename_all = "camelCase")] |
| 109 | pub struct FetchLocalRunVars { |
| 110 | pub owner: String, |
| 111 | pub name: String, |
| 112 | pub run_id: String, |
| 113 | } |
| 114 | |
| 115 | #[derive(Deserialize, Serialize, Debug, Clone, PartialEq)] |
| 116 | #[serde(rename_all = "SCREAMING_SNAKE_CASE")] |
nothing calls this directly
no outgoing calls
no test coverage detected