MCPcopy Index your code
hub / github.com/rilldata/rill / FindProjectsForOrganization

Method FindProjectsForOrganization

admin/database/database.go:81–81  ·  view source on GitHub ↗
(ctx context.Context, orgID, afterProjectName string, limit int)

Source from the content-addressed store, hash-verified

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)
82 // FindProjectsForOrgAndUser lists the public projects in the org and the projects where user is added as an external user.
83 // When includeGroups is true, projects accessible through usergroup membership are also included.
84 FindProjectsForOrgAndUser(ctx context.Context, orgID, userID string, includePublic, includeGroups bool, afterProjectName string, limit int) ([]*Project, error)

Callers 9

WorkMethod · 0.65
WorkMethod · 0.65
WorkMethod · 0.65
WorkMethod · 0.65
WorkMethod · 0.65
WorkMethod · 0.65

Calls

no outgoing calls

Tested by 1