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

Method DeleteQueueJSON

federationapi/storage/tables/interface.go:50–50  ·  view source on GitHub ↗
(ctx context.Context, txn *sql.Tx, nids []int64)

Source from the content-addressed store, hash-verified

48type FederationQueueJSON interface {
49 InsertQueueJSON(ctx context.Context, txn *sql.Tx, json string) (int64, error)
50 DeleteQueueJSON(ctx context.Context, txn *sql.Tx, nids []int64) error
51 SelectQueueJSON(ctx context.Context, txn *sql.Tx, jsonNIDs []int64) (map[int64][]byte, error)
52}
53

Callers 3

CleanEDUsMethod · 0.65
DeleteExpiredEDUsMethod · 0.65
CleanPDUsMethod · 0.65

Implementers 2

queueJSONStatementsfederationapi/storage/postgres/queue_j
queueJSONStatementsfederationapi/storage/sqlite3/queue_js

Calls

no outgoing calls

Tested by

no test coverage detected