| 52 | |
| 53 | #[derive(Deserialize, Clone, Debug)] |
| 54 | pub struct GithubAuthor { |
| 55 | pub name: String, |
| 56 | pub user: Option<GithubUser>, |
| 57 | } |
| 58 | |
| 59 | #[derive(Deserialize, Clone, Debug)] |
| 60 | pub struct GithubUser { |
nothing calls this directly
no outgoing calls
no test coverage detected