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

Your opinion will help to improve our service

Leave a feedback >

#include <userver/middlewares/groups.hpp>

Detailed Description

The group is located after Core.

Definition at line 56 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 58 of file groups.hpp.

◆ kName

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

Definition at line 57 of file groups.hpp.


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