model/torrent_parser.go

4 lines
117 B
Go
Raw Normal View History

2022-08-03 19:58:31 +02:00
package model
2022-08-03 23:37:59 +02:00
type TorrentParserFunc func(parser *Parser, torrent *Torrent) (parsedTorrent *ParsedTorrent, ok bool)