diff options
Diffstat (limited to 'models')
| -rw-r--r-- | models/storage.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/storage.go b/models/storage.go index 92806ba..ccbbab6 100644 --- a/models/storage.go +++ b/models/storage.go @@ -19,6 +19,7 @@ type PeerStore interface { type TorrentStore interface { SaveTorrent(*Torrent) error + RemoveTorrent(*Torrent) error } type InfohashStore interface { |
