Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var (
	ErrNothingFound = errors.New("nothing found")
)
    Functions ¶
This section is empty.
Types ¶
type Release ¶
type Release struct {
	ID         string  `json:"id"`
	Dirname    string  `json:"dirname"`
	LinkHref   string  `json:"link_href"`
	Time       int     `json:"time"`
	GroupName  string  `json:"group_name"`
	Size       Size    `json:"size"`
	VideoType  string  `json:"video_type"`
	AudioType  string  `json:"audio_type"`
	NumRatings int     `json:"num_ratings"`
	ExtInfo    ExtInfo `json:"ext_info"`
	Comments   int     `json:"comments"`
}
     Click to show internal directories. 
   Click to hide internal directories.