(ctx context.Context, agentID uuid.UUID)
| 237 | // This is used to build up the notification_message's JSON payload. |
| 238 | FetchNewMessageMetadata(ctx context.Context, arg FetchNewMessageMetadataParams) (FetchNewMessageMetadataRow, error) |
| 239 | FetchVolumesResourceMonitorsByAgentID(ctx context.Context, agentID uuid.UUID) ([]WorkspaceAgentVolumeResourceMonitor, error) |
| 240 | FetchVolumesResourceMonitorsUpdatedAfter(ctx context.Context, updatedAt time.Time) ([]WorkspaceAgentVolumeResourceMonitor, error) |
| 241 | // Marks orphaned in-progress rows as interrupted so they do not stay |
| 242 | // in a non-terminal state forever. The NOT IN list must match the |
no outgoing calls