(ctx context.Context, id string)
| 283 | InsertOrganizationInvite(ctx context.Context, opts *InsertOrganizationInviteOptions) error |
| 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 |
no outgoing calls
no test coverage detected