(ctx context.Context, remote string)
| 84 | FindProjectsForOrgAndUser(ctx context.Context, orgID, userID string, includePublic, includeGroups bool, afterProjectName string, limit int) ([]*Project, error) |
| 85 | FindPublicProjectsInOrganization(ctx context.Context, orgID, afterProjectName string, limit int) ([]*Project, error) |
| 86 | FindProjectsByGitRemote(ctx context.Context, remote string) ([]*Project, error) |
| 87 | FindProjectsByGithubInstallationID(ctx context.Context, id int64) ([]*Project, error) |
| 88 | FindProject(ctx context.Context, id string) (*Project, error) |
| 89 | FindProjectByName(ctx context.Context, orgName string, name string) (*Project, error) |
no outgoing calls
no test coverage detected