(ctx context.Context, remote string)
| 357 | DeleteManagedGitRepos(ctx context.Context, ids []string) error |
| 358 | |
| 359 | FindGitRepoTransfer(ctx context.Context, remote string) (*GitRepoTransfer, error) |
| 360 | InsertGitRepoTransfer(ctx context.Context, fromRemote, toRemote string) (*GitRepoTransfer, error) |
| 361 | } |
| 362 |
no outgoing calls
no test coverage detected