9 #ifndef ZYPP_NG_SERVICES_WORKFLOW_INCLUDED 10 #define ZYPP_NG_SERVICES_WORKFLOW_INCLUDED 14 #include <zypp-core/ng/async/task.h> 15 #include <zypp-core/ng/pipelines/Expected> 29 namespace RepoServicesWorkflow {
RefreshServiceFlags RefreshServiceOptions
Options tuning RefreshService.
MaybeAwaitable< expected< void > > refreshService(RepoManagerRef repoMgr, ServiceInfo info, zypp::RepoManagerFlags::RefreshServiceOptions options)
MaybeAwaitable< expected< zypp::repo::ServiceType > > probeServiceType(ContextRef ctx, const zypp::Url &url)
zypp::ServiceInfo ServiceInfo
MaybeAwaitable< expected< std::pair< zypp::ServiceInfo, RepoInfoList > > > fetchRepoListfromService(ContextRef ctx, zypp::Pathname root_r, ServiceInfo service, ProgressObserverRef myProgress)
ZYPP_FWD_DECL_TYPE_WITH_REFS(EventDispatcher)