mockGithub provides a mock implementation of admin.Github.
| 323 | |
| 324 | // mockGithub provides a mock implementation of admin.Github. |
| 325 | type mockGithub struct{} |
| 326 | |
| 327 | func (m *mockGithub) AppClient() *github.Client { |
| 328 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected