@ -0,0 +1,14 @@
package model
type Parser struct {
Identity string
TorrentParser TorrentParserFunc
FileParser FileParserFunc
FileEncoding string
}
func (p Parser) String() string {
return p.Identity
The note is not visible to the blocked user.