(ctx context.Context, orgID string)
| 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) |
| 357 | DeleteManagedGitRepos(ctx context.Context, ids []string) error |
| 358 |
no outgoing calls