userver: middlewares::groups::PostCore Struct Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
middlewares::groups::PostCore Struct Referencefinal

#include <userver/middlewares/groups.hpp>

Detailed Description

The group is located after Core.

There are:

gRPC-client:

Definition at line 71 of file groups.hpp.

Static Public Attributes

static constexpr std::string_view kName = "post-core"
 
static const auto kDependency = middlewares::MiddlewareDependencyBuilder().After<Core>()
 

Member Data Documentation

◆ kDependency

const auto middlewares::groups::PostCore::kDependency = middlewares::MiddlewareDependencyBuilder().After<Core>()
inlinestatic

Definition at line 73 of file groups.hpp.

◆ kName

std::string_view middlewares::groups::PostCore::kName = "post-core"
staticconstexpr

Definition at line 72 of file groups.hpp.


The documentation for this struct was generated from the following file: