8 lignes
113 o
Go
8 lignes
113 o
Go
|
package config
|
||
|
|
||
|
// Constants for ordering models.
|
||
|
const (
|
||
|
TorrentOrder = "torrent_id"
|
||
|
TorrentSort = "DESC"
|
||
|
)
|