tstor/daemons/qbittorrent/plugin/main.go
royalcat 832f5b9710
Some checks failed
docker / build-docker (push) Has been cancelled
wip
2025-01-20 05:18:15 +03:00

10 lines
171 B
Go

package main
import "git.kmsign.ru/royalcat/tstor/daemons/qbittorrent"
func main() {
}
const DaemonName = qbittorrent.DaemonName
var NewDaemon = qbittorrent.NewDaemon