This shouldn't check for deleted, because it's frequently used to look up references to actions. eg. a user could build a workspace for another user, then be deleted... we still want them to appear!
(ctx context.Context, ids []uuid.UUID)
| 839 | // to look up references to actions. eg. a user could build a workspace |
| 840 | // for another user, then be deleted... we still want them to appear! |
| 841 | GetUsersByIDs(ctx context.Context, ids []uuid.UUID) ([]User, error) |
| 842 | GetWebpushSubscriptionsByUserID(ctx context.Context, userID uuid.UUID) ([]WebpushSubscription, error) |
| 843 | GetWebpushVAPIDKeys(ctx context.Context) (GetWebpushVAPIDKeysRow, error) |
| 844 | GetWorkspaceACLByID(ctx context.Context, id uuid.UUID) (GetWorkspaceACLByIDRow, error) |
no outgoing calls