| 83 | } |
| 84 | |
| 85 | type DiggerGithubClientMockProvider struct { |
| 86 | MockedHTTPClient *net.Client |
| 87 | } |
| 88 | |
| 89 | type GithubClientProvider interface { |
| 90 | NewClient(netClient *net.Client) (*github.Client, error) |
nothing calls this directly
no outgoing calls
no test coverage detected