(ctx context.Context, groupID, projectID string)
| 275 | InsertProjectMemberUsergroup(ctx context.Context, groupID, projectID, roleID string, restrictResources bool, resources []ResourceName) error |
| 276 | UpdateProjectMemberUsergroup(ctx context.Context, groupID, projectID, roleID string, restrictResources bool, resources []ResourceName) error |
| 277 | DeleteProjectMemberUsergroup(ctx context.Context, groupID, projectID string) error |
| 278 | |
| 279 | FindOrganizationInvites(ctx context.Context, orgID, afterEmail string, limit int) ([]*OrganizationInviteWithRole, error) |
| 280 | CountOrganizationInvites(ctx context.Context, orgID string) (int, error) |
no outgoing calls
no test coverage detected