()
| 49 | // DeleteManagedRepo deletes the given repo from the managed org. For test cleanup only. |
| 50 | DeleteManagedRepo(ctx context.Context, repo string) error |
| 51 | ManagedOrgInstallationID() (int64, error) |
| 52 | } |
| 53 | |
| 54 | // githubClient implements the Github interface. |
no outgoing calls