(ctx context.Context, txn *sql.Tx, jsonNIDs []int64)
| 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 | |
| 54 | type FederationJoinedHosts interface { |
no outgoing calls
no test coverage detected