From 4539ba370f179ddefd1841664110d36c394b2fc0 Mon Sep 17 00:00:00 2001 From: YouROK <8yourok8@mail.ru> Date: Thu, 30 Dec 2021 20:17:01 +0300 Subject: [PATCH] remove unused --- server/web/api/doc.go | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 server/web/api/doc.go diff --git a/server/web/api/doc.go b/server/web/api/doc.go deleted file mode 100644 index fec1561..0000000 --- a/server/web/api/doc.go +++ /dev/null @@ -1,41 +0,0 @@ -package api - -/* -API - -respnose JSON{ - -} -request JSON{ - Action string -} - -echo version - -{ - add torrent - remove torrent - list all torrents - get torrent - stream torrent -} all in one function - -{ - get viewed files mark in torrent - set viewed files mark in torrent - rem viewed files mark in torrent -} all in one - -{ - get m3u list of one torrent - get m3u list of one torrent and resume play - get m3u list of all torrent -} - -{ - get settings - set settings -} - -??? -*/