| 38 | } |
| 39 | |
| 40 | type DiggerGithubClientMockProvider struct { |
| 41 | MockedHTTPClient *net.Client |
| 42 | } |
| 43 | |
| 44 | type GithubClientProvider interface { |
| 45 | NewClient(netClient *net.Client) (*github.Client, error) |
nothing calls this directly
no outgoing calls
no test coverage detected