| 97 | } |
| 98 | |
| 99 | pub struct GithubClient { |
| 100 | agent: ureq::Agent, |
| 101 | token: String, |
| 102 | pub repo: BevyRepo, |
| 103 | } |
| 104 | |
| 105 | impl GithubClient { |
| 106 | pub fn new(token: String, repo: BevyRepo) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected