Files
model/torrent_parser.go
2025-06-06 16:19:36 +02:00

4 lines
117 B
Go

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