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

Class QueueItem

src/process.rs:329–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329struct QueueItem {
330 id: i64,
331 table_oid: pg_sys::Oid,
332 pk_value: String,
333 claw_col: String,
334 row_data: String,
335 event: String,
336 claw_value: String,
337 agent_type: String,
338}
339
340struct AgentConfig {
341 model: String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected