| 19 | } |
| 20 | |
| 21 | type GithubClient_Expecter struct { |
| 22 | mock *mock.Mock |
| 23 | } |
| 24 | |
| 25 | func (_m *GithubClient) EXPECT() *GithubClient_Expecter { |
| 26 | return &GithubClient_Expecter{mock: &_m.Mock} |
nothing calls this directly
no outgoing calls
no test coverage detected