aboutsummaryrefslogtreecommitdiff
path: root/models/storage.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/storage.go')
-rw-r--r--models/storage.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/storage.go b/models/storage.go
index ccbbab6..cde3ffe 100644
--- a/models/storage.go
+++ b/models/storage.go
@@ -20,6 +20,7 @@ type PeerStore interface {
type TorrentStore interface {
SaveTorrent(*Torrent) error
RemoveTorrent(*Torrent) error
+ RemovePeer(*Peer) error
}
type InfohashStore interface {