(ctx context.Context, userID, orgID string)
| 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) |
no outgoing calls
no test coverage detected