Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptyName = errors.New("empty search name") ErrNothingFound = errors.New("nothing found") )
Functions ¶
This section is empty.
Types ¶
type Release ¶
type Release struct {
ID int `json:"id"`
PreTime int64 `json:"pretime"`
Release string `json:"release"`
Section string `json:"section"`
Files int `json:"files"`
//Size int64 `json:"size"`
Status int `json:"status"`
Reason string `json:"reason"`
Group string `json:"group"`
Genre string `json:"genre"`
URL string `json:"url"`
NFO string `json:"nfo"`
NFOImg string `json:"nfo_img"`
}
Release is the struct for a single pre
Click to show internal directories.
Click to hide internal directories.