| 63 | |
| 64 | #[derive(Deserialize, Clone, Debug)] |
| 65 | pub struct GithubCompareResponse { |
| 66 | pub commits: Vec<GithubCommitResponse>, |
| 67 | } |
| 68 | |
| 69 | #[derive(Deserialize, Clone, Debug)] |
| 70 | pub struct GithubLabel { |
nothing calls this directly
no outgoing calls
no test coverage detected