| 293 | #[derive(Serialize, Clone)] |
| 294 | #[serde(rename_all = "camelCase")] |
| 295 | pub struct GetOrCreateProjectRepositoryVars { |
| 296 | pub name: String, |
| 297 | } |
| 298 | |
| 299 | nest! { |
| 300 | #[derive(Debug, Deserialize, Serialize, Clone)]* |
nothing calls this directly
no outgoing calls
no test coverage detected