model/torrent_parser.go
2022-08-03 23:37:59 +02:00

4 lines
117 B
Go

package model
type TorrentParserFunc func(parser *Parser, torrent *Torrent) (parsedTorrent *ParsedTorrent, ok bool)