libzypp 17.37.17
repoinfowf.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
9#ifndef ZYPP_NG_REPOINFOWORKFLOW_INCLUDED
10#define ZYPP_NG_REPOINFOWORKFLOW_INCLUDED
11
13#include <zypp-core/Pathname.h>
14#include <zypp-core/zyppng/pipelines/AsyncResult>
15#include <zypp/RepoInfo.h>
16
17namespace zyppng {
18
21
22 namespace RepoInfoWorkflow {
27 expected<void> fetchGpgKeys ( SyncContextRef ctx, zypp::RepoInfo info );
29 }
30}
31
32
33#endif
What is known about a repository.
Definition RepoInfo.h:72
expected< void > fetchGpgKeys(SyncContextRef ctx, zypp::RepoInfo info)
std::shared_ptr< AsyncOp< T > > AsyncOpRef
Definition asyncop.h:255
#define ZYPP_FWD_DECL_TYPE_WITH_REFS(T)
Definition zyppglobal.h:126