Versions in this module Expand all Collapse all v0 v0.6.0 Oct 20, 2025 v0.5.1 Oct 19, 2025 v0.3.0 Oct 4, 2025 v0.2.1 Oct 4, 2025 v0.2.0 Oct 4, 2025 Changes in this version + var ErrEmptyName = errors.New("empty search name") + var ErrNothingFound = errors.New("nothing found") + type Release struct + Files int + Genre string + Group string + ID int + NFO string + NFOImg string + PreTime int64 + Reason string + Release string + Section string + Status int + URL string + func Get(name string) (Release, error) + func GetWithContext(ctx context.Context, name string) (Release, error) + type Releases []Release + func (r Releases) Get(name string) (Release, error) + type Result struct + Data Releases + Message string + Page int + Results int + Status string + Time string