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

Method ResolveOrganizationRolesForUser

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

Source from the content-addressed store, hash-verified

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)
235 ResolveOrganizationRoleForService(ctx context.Context, serviceID, orgID string) (*OrganizationRole, error)
236 ResolveProjectRolesForService(ctx context.Context, serviceID, projectID string) ([]*ProjectRole, error)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected