()
| 228 | } |
| 229 | |
| 230 | func (g *githubClient) ManagedOrgInstallationID() (int64, error) { |
| 231 | return g.managedOrgInstallationID, g.managedOrgFetchError |
| 232 | } |
| 233 | |
| 234 | func (g *githubClient) token(ctx context.Context, client *github.Client) (string, time.Time, error) { |
| 235 | tr, ok := client.Client().Transport.(*ghinstallation.Transport) |
no outgoing calls
no test coverage detected