(ctx context.Context, agentID uuid.UUID)
| 233 | ExpirePrebuildsAPIKeys(ctx context.Context, now time.Time) error |
| 234 | FavoriteWorkspace(ctx context.Context, id uuid.UUID) error |
| 235 | FetchMemoryResourceMonitorsByAgentID(ctx context.Context, agentID uuid.UUID) (WorkspaceAgentMemoryResourceMonitor, error) |
| 236 | FetchMemoryResourceMonitorsUpdatedAfter(ctx context.Context, updatedAt time.Time) ([]WorkspaceAgentMemoryResourceMonitor, error) |
| 237 | // This is used to build up the notification_message's JSON payload. |
| 238 | FetchNewMessageMetadata(ctx context.Context, arg FetchNewMessageMetadataParams) (FetchNewMessageMetadataRow, error) |
no outgoing calls