(ctx context.Context, userEmail string)
| 288 | |
| 289 | FindProjectInvites(ctx context.Context, projectID, afterEmail string, limit int) ([]*ProjectInviteWithRole, error) |
| 290 | FindProjectInvitesByEmail(ctx context.Context, userEmail string) ([]*ProjectInvite, error) |
| 291 | FindProjectInvite(ctx context.Context, projectID, userEmail string) (*ProjectInvite, error) |
| 292 | InsertProjectInvite(ctx context.Context, opts *InsertProjectInviteOptions) error |
| 293 | DeleteProjectInvite(ctx context.Context, id string) error |