1 2 3 4 5 6 7 8 9 10 11 12 13 14
package common import ( "time" ) type ScrapeResult struct { Hash string TorrentID uint32 Seeders uint32 Leechers uint32 Completed uint32 Date time.Time }