package
1.0.1
Repository: https://github.com/ewhal/nyaa-1.git
Documentation: pkg.go.dev

# Functions

APIMassMod : This function is used on the frontend for the mass Query is: action=status|delete|owner|category|multiple * Needed: torrent_id[] Ids of torrents in checkboxes of name torrent_id * * Needed on context: * status=0|1|2|3|4 according to config/find.go (can be omitted if action=delete|owner|category|multiple) * owner is the User ID of the new owner of the torrents (can be omitted if action=delete|status|category|multiple) * category is the category string (eg.
CommentDeleteModPanel : Controller for deleting a comment.
CommentsListPanel : Controller for listing comments, can accept pages and userID.
DeletedTorrentsModPanel : Controller for viewing deleted torrents, accept common search arguments.
DeletedTorrentsPostPanel : Controller for viewing deleted torrents after a mass update, accept common search arguments.
ExecuteAction : Function for applying the changes from ReassignForm.
IndexModPanel : Controller for showing index page of Mod Panel.
TorrentBlockModPanel : Controller to lock torrents, redirecting to previous page.
TorrentDeleteModPanel : Controller for deleting a torrent.
TorrentEditModPanel : Controller for editing a torrent after GET request.
TorrentPostEditModPanel : Controller for editing a torrent after POST request.
TorrentPostReassignModPanel : Controller for reassigning a torrent, after POST request.
TorrentReassignModPanel : Controller for reassigning a torrent, after GET request.
TorrentReportDeleteModPanel : Controller for deleting a torrent report.
TorrentReportListPanel : Controller for listing torrent reports, can accept pages.
TorrentsListPanel : Controller for listing torrents, can accept common search arguments.
TorrentsPostListPanel : Controller for listing torrents, after POST request when mass update.
UsersListPanel : Controller for listing users, can accept pages.