aboutsummaryrefslogtreecommitdiff
path: root/federationapi/storage/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'federationapi/storage/interface.go')
-rw-r--r--federationapi/storage/interface.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/federationapi/storage/interface.go b/federationapi/storage/interface.go
index b15b8bfa..276cd9a5 100644
--- a/federationapi/storage/interface.go
+++ b/federationapi/storage/interface.go
@@ -45,9 +45,6 @@ type Database interface {
CleanPDUs(ctx context.Context, serverName gomatrixserverlib.ServerName, receipts []*shared.Receipt) error
CleanEDUs(ctx context.Context, serverName gomatrixserverlib.ServerName, receipts []*shared.Receipt) error
- GetPendingPDUCount(ctx context.Context, serverName gomatrixserverlib.ServerName) (int64, error)
- GetPendingEDUCount(ctx context.Context, serverName gomatrixserverlib.ServerName) (int64, error)
-
GetPendingPDUServerNames(ctx context.Context) ([]gomatrixserverlib.ServerName, error)
GetPendingEDUServerNames(ctx context.Context) ([]gomatrixserverlib.ServerName, error)