initial commit
This commit is contained in:
3
torrent_parser.go
Normal file
3
torrent_parser.go
Normal file
@ -0,0 +1,3 @@
|
||||
package model
|
||||
|
||||
type TorrentParserFunc func(parser *Parser, torrent *Torrent) (parsedTorrent *ParsedTorrent, ok bool)
|
Reference in New Issue
Block a user