4 lines
101 B
Go
4 lines
101 B
Go
|
package model
|
||
|
|
||
|
type TorrentParserFunc func(torrent *Torrent) (parsedTorrent *ParsedTorrent, ok bool)
|