model/torrent_parser.go

4 lines
101 B
Go
Raw Normal View History

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