Discover Packages
github.com/pojntfx/htorrent
pkg
server
package
Version:
v0.5.4
Opens a new window with list of versions in this module.
Published: Mar 22, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
ErrEmptyMagnetLink = errors .New ("could not work with empty magnet link")
ErrEmptyPath = errors .New ("could not work with empty path")
ErrCouldNotFindPath = errors .New ("could not find path in torrent")
)
func NewGateway(
laddr string ,
storage string ,
apiUsername string ,
apiPassword string ,
oidcIssuer string ,
oidcClientID string ,
debug bool ,
onDownloadProgress func(torrentMetrics v1 .TorrentMetrics , fileMetrics v1 .FileMetrics ),
ctx context .Context ,
) *Gateway
Source Files
¶
Click to show internal directories.
Click to hide internal directories.