9 lignes
131 o
Go
9 lignes
131 o
Go
|
package structs
|
||
|
|
||
|
import "github.com/NyaaPantsu/nyaa/models"
|
||
|
|
||
|
type TorrentCache struct {
|
||
|
Torrents []models.Torrent
|
||
|
Count int
|
||
|
}
|