|
libzypp 17.38.3
|
Download workflow namespace for SUSETags (YaST2) repositories Encapsulates all the knowledge of which files have to be downloaded to the local disk and how to calculate the repo status. More...
Functions | |
| MaybeAwaitable< expected< zypp::RepoStatus > > | repoStatus (repo::DownloadContextRef dl, ProvideMediaHandle mediaHandle) |
| MaybeAwaitable< expected< repo::DownloadContextRef > > | download (repo::DownloadContextRef dl, ProvideMediaHandle mediaHandle, ProgressObserverRef progressObserver) |
Download workflow namespace for SUSETags (YaST2) repositories Encapsulates all the knowledge of which files have to be downloaded to the local disk and how to calculate the repo status.
| MaybeAwaitable< expected< zypp::RepoStatus > > zyppng::SuseTagsWorkflows::repoStatus | ( | repo::DownloadContextRef | dl, |
| ProvideMediaHandle | mediaHandle ) |
Calculate status of the remote SUSETags repository
Definition at line 78 of file susetags.cc.
| MaybeAwaitable< expected< repo::DownloadContextRef > > zyppng::SuseTagsWorkflows::download | ( | repo::DownloadContextRef | dl, |
| ProvideMediaHandle | mediaHandle, | ||
| ProgressObserverRef | progressObserver = nullptr ) |
Download metadata to a local directory
Definition at line 312 of file susetags.cc.