scrape+stats foundation; restructuring

This commit is contained in:
Jimmy Zelinskie
2013-06-23 03:56:28 -04:00
parent 1bc42063ab
commit ccc8897ca8
7 changed files with 235 additions and 93 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func New(conf *config.Storage) (Storage, error) {
}
type Storage interface {
Shutdown() error
Close() error
FindUser(passkey string) (*User, bool, error)
FindTorrent(infohash string) (*Torrent, bool, error)