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