| 11 | ) |
| 12 | |
| 13 | type GitHub struct { |
| 14 | RepoOwner string |
| 15 | RepoName string |
| 16 | Client *github.Client |
| 17 | Issue *github.Issue |
| 18 | } |
| 19 | |
| 20 | func (g *GitHub) Init() error { |
| 21 | if isTesting() { |
nothing calls this directly
no outgoing calls
no test coverage detected