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