mod sync and archive plugin
This commit is contained in:
parent
3f01d7032f
commit
237af4a63e
16 changed files with 432 additions and 51 deletions
edition
|
@ -1,12 +1,14 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"git.kmsign.ru/royalcat/tstor/plugins/archive"
|
||||
"git.kmsign.ru/royalcat/tstor/plugins/qbittorrent"
|
||||
"git.kmsign.ru/royalcat/tstor/server/tstor"
|
||||
)
|
||||
|
||||
func main() {
|
||||
tstor.Run([]*tstor.Plugin{
|
||||
archive.Plugin,
|
||||
qbittorrent.Plugin,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue