just a wrapper around github client to be able to use mocks
| 80 | |
| 81 | // just a wrapper around github client to be able to use mocks |
| 82 | type DiggerGithubRealClientProvider struct { |
| 83 | } |
| 84 | |
| 85 | type DiggerGithubClientMockProvider struct { |
| 86 | MockedHTTPClient *net.Client |
nothing calls this directly
no outgoing calls
no test coverage detected