Groups OIDC user links by their issuer prefix (the part before "||" in linked_id) and returns a count for each. Empty linked_ids are reported with an empty issuer_prefix. Used for analysis before resetting mismatched links.
(ctx context.Context)
| 107 | // with an empty issuer_prefix. Used for analysis before resetting |
| 108 | // mismatched links. |
| 109 | CountOIDCLinkedIDsByIssuer(ctx context.Context) ([]CountOIDCLinkedIDsByIssuerRow, error) |
| 110 | // CountPendingNonActivePrebuilds returns the number of pending prebuilds for non-active template versions |
| 111 | CountPendingNonActivePrebuilds(ctx context.Context) ([]CountPendingNonActivePrebuildsRow, error) |
| 112 | CountUnreadInboxNotificationsByUserID(ctx context.Context, userID uuid.UUID) (int64, error) |
no outgoing calls