model/torrent_parser.go
2022-08-03 19:58:31 +02:00

4 lines
101 B
Go

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