(ctx context.Context, namePattern, afterName string, annotationKeys []string, annotationPairs map[string]string, limit int)
| 76 | FindProjectsByVersion(ctx context.Context, version, afterName string, limit int) ([]*Project, error) |
| 77 | FindProjectPathsByPattern(ctx context.Context, namePattern, afterName string, limit int) ([]string, error) |
| 78 | FindProjectPathsByPatternAndAnnotations(ctx context.Context, namePattern, afterName string, annotationKeys []string, annotationPairs map[string]string, limit int) ([]string, error) |
| 79 | FindProjectsForUser(ctx context.Context, userID string) ([]*Project, error) |
| 80 | FindProjectsForUserAndFingerprint(ctx context.Context, userID, directoryName, gitRemote, subpath, rillMgdRemote string) ([]*Project, error) |
| 81 | FindProjectsForOrganization(ctx context.Context, orgID, afterProjectName string, limit int) ([]*Project, error) |
no outgoing calls