| 33 | |
| 34 | #[derive(Deserialize, Clone, Debug)] |
| 35 | pub struct GithubCommitResponse { |
| 36 | pub sha: String, |
| 37 | pub commit: GithubCommitContent, |
| 38 | } |
| 39 | |
| 40 | #[derive(Deserialize, Clone, Debug)] |
| 41 | pub struct Committer { |
nothing calls this directly
no outgoing calls
no test coverage detected