(githubAppId int64, installationId int64)
| 44 | type GithubClientProvider interface { |
| 45 | NewClient(netClient *net.Client) (*github.Client, error) |
| 46 | Get(githubAppId int64, installationId int64) (*github.Client, *string, error) |
| 47 | FetchCredentials(githubAppId string) (string, string, string, string, error) |
| 48 | } |
| 49 |
no outgoing calls
no test coverage detected