Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sioro-Neoku/go-peerflix
/ types & classes
Types & classes
7 in github.com/Sioro-Neoku/go-peerflix
⨍
Functions
19
◇
Types & classes
7
Struct
Client
Client manages the torrent downloading.
client.go:38
Struct
ClientConfig
ClientConfig specifies the behaviour of a client.
client.go:47
Struct
ClientError
ClientError formats errors coming from the client.
client.go:28
Struct
FileEntry
FileEntry helps reading a torrent file.
fileEntry.go:16
Struct
GenericPlayer
GenericPlayer represents most players. The stream URL will be appended to the arguments.
player.go:12
Interface
Player
Player opens a stream URL in a video player.
player.go:18
Interface
SeekableContent
SeekableContent describes an io.ReadSeeker that can be closed as well.
fileEntry.go:10