(ctx context.Context, remote string)
| 351 | |
| 352 | FindManagedGitRepos(ctx context.Context, afterRemote string, limit int) ([]*ManagedGitRepo, error) |
| 353 | FindManagedGitRepo(ctx context.Context, remote string) (*ManagedGitRepo, error) |
| 354 | FindUnusedManagedGitRepos(ctx context.Context, limit int) ([]*ManagedGitRepo, error) |
| 355 | CountManagedGitRepos(ctx context.Context, orgID string) (int, error) |
| 356 | InsertManagedGitRepo(ctx context.Context, opts *InsertManagedGitRepoOptions) (*ManagedGitRepo, error) |
no outgoing calls