userver
C++ Async Framework
Loading...
Searching...
No Matches
secret.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/s3api/models/secret.hpp
4
/// @brief Non-loggable typedef that is used for storing secrets
5
6
#
include
<
string
>
7
8
#
include
<
userver
/
utils
/
strong_typedef
.
hpp
>
9
10
USERVER_NAMESPACE_BEGIN
11
12
namespace
s3api {
13
14
using
Secret = USERVER_NAMESPACE::utils::NonLoggable<
class
SecretTag, std::string>;
15
16
}
17
18
USERVER_NAMESPACE_END
userver
s3api
models
secret.hpp
Generated on Tue Nov 19 2024 11:25:28 for userver by
Doxygen
1.10.0