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

Method FindProjectRole

admin/database/database.go:231–231  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

229 FindOrganizationRole(ctx context.Context, name string) (*OrganizationRole, error)
230 FindProjectRoles(ctx context.Context) ([]*ProjectRole, error)
231 FindProjectRole(ctx context.Context, name string) (*ProjectRole, error)
232 FindProjectRoleByID(ctx context.Context, id string) (*ProjectRole, error)
233 ResolveOrganizationRolesForUser(ctx context.Context, userID, orgID string) ([]*OrganizationRole, error)
234 ResolveProjectRolesForUser(ctx context.Context, userID, projectID string) ([]*ProjectRole, error)

Calls

no outgoing calls

Tested by 1