userver
C++ Async Framework
Loading...
Searching...
No Matches
provider.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/storages/secdist/provider.hpp
4
5
#
include
<
userver
/
formats
/
json_fwd
.
hpp
>
6
7
USERVER_NAMESPACE_BEGIN
8
9
namespace
storages
::
secdist
{
10
11
class
SecdistProvider
{
12
public
:
13
virtual
formats::
json
::Value Get()
const
= 0;
14
};
15
16
}
// namespace storages::secdist
17
18
USERVER_NAMESPACE_END
userver
storages
secdist
provider.hpp
Generated on Wed May 15 2024 22:22:31 for userver by
Doxygen
1.10.0