MCPcopy Create free account
hub / github.com/calebwin/pgclaw / QueueItem

Class QueueItem

src/worker.rs:769–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767// ── Internal types ────────────────────────────────────────────────────
768
769struct QueueItem {
770 id: i64,
771 table_oid: pg_sys::Oid,
772 pk_value: String,
773 claw_col: String,
774 row_data: String,
775 event: String,
776 claw_value: String,
777 agent_type: String,
778}
779
780struct AgentConfig {
781 model: String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected