(ctx context.Context, slug string)
| 42 | Capabilities() SourceCaps |
| 43 | Search(ctx context.Context, query string, opts SearchOpts) ([]Listing, error) |
| 44 | Info(ctx context.Context, slug string) (*Detail, error) |
| 45 | Download(ctx context.Context, slug string, opts DownloadOpts) (*DownloadResult, error) |
| 46 | Close() error |
| 47 | } |
no outgoing calls