Returns all columns including the secret value. Used by the provisioner (build-time injection) and the agent manifest (runtime injection).
(ctx context.Context, userID uuid.UUID)
| 1075 | // provisioner (build-time injection) and the agent manifest |
| 1076 | // (runtime injection). |
| 1077 | ListUserSecretsWithValues(ctx context.Context, userID uuid.UUID) ([]UserSecret, error) |
| 1078 | ListUserSkillMetadataByUserID(ctx context.Context, userID uuid.UUID) ([]ListUserSkillMetadataByUserIDRow, error) |
| 1079 | ListWorkspaceAgentPortShares(ctx context.Context, workspaceID uuid.UUID) ([]WorkspaceAgentPortShare, error) |
| 1080 | MarkAllInboxNotificationsAsRead(ctx context.Context, arg MarkAllInboxNotificationsAsReadParams) error |
no outgoing calls