MCPcopy Create free account
hub / github.com/daodst/chat / queueJSONStatements

Struct queueJSONStatements

federationapi/storage/postgres/queue_json_table.go:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 " WHERE json_nid = ANY($1)"
52
53type queueJSONStatements struct {
54 db *sql.DB
55 insertJSONStmt *sql.Stmt
56 deleteJSONStmt *sql.Stmt
57 selectJSONStmt *sql.Stmt
58}
59
60func NewPostgresQueueJSONTable(db *sql.DB) (s *queueJSONStatements, err error) {
61 s = &queueJSONStatements{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected