(ctx context.Context, org string)
| 42 | // InstallationToken returns a token for the installation ID limited to the repoID. |
| 43 | InstallationToken(ctx context.Context, installationID, repoID int64) (token string, expiresAt time.Time, err error) |
| 44 | InstallationTokenForOrg(ctx context.Context, org string) (token string, expiresAt time.Time, err error) |
| 45 | |
| 46 | DeleteBranch(ctx context.Context, installationID, repoID int64, remote, branch string) error |
| 47 |
no outgoing calls