(ctx context.Context, orgID string)
| 284 | UpdateOrganizationInviteUsergroups(ctx context.Context, id string, groupIDs []string) error |
| 285 | DeleteOrganizationInvite(ctx context.Context, id string) error |
| 286 | CountInvitesForOrganization(ctx context.Context, orgID string) (int, error) |
| 287 | UpdateOrganizationInviteRole(ctx context.Context, id, roleID string) error |
| 288 | |
| 289 | FindProjectInvites(ctx context.Context, projectID, afterEmail string, limit int) ([]*ProjectInviteWithRole, error) |
no outgoing calls
no test coverage detected