Versions in this module Expand all Collapse all v1 v1.0.1 Jul 22, 2017 Changes in this version + func Create(desc string, torrent *models.Torrent, user *models.User) (*models.TorrentReport, error) + func Delete(id uint) (*models.TorrentReport, int, error) + func DeleteDefinitely(id uint) (*models.TorrentReport, int, error) + func FindOrderBy(parameters *structs.WhereParams, orderBy string, limit int, offset int) ([]models.TorrentReport, int, error) + func GetAll(limit int, offset int) ([]models.TorrentReport, int, error)