| 73 | |
| 74 | #[derive(Debug, Clone, Deserialize, Serialize)] |
| 75 | pub struct EvolutionPlanRequest { |
| 76 | pub repository: String, |
| 77 | pub dry_run: Option<bool>, |
| 78 | } |
| 79 | |
| 80 | #[derive(Debug, Clone, Deserialize, Serialize)] |
| 81 | pub struct OrgRefactorRequest { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…