![]() |
MySQL 9.7.0
Source Code Documentation
|
#include "rest_host_cache_spec.h"#include <array>#include <string>#include <string_view>#include <rapidjson/document.h>#include <rapidjson/pointer.h>#include <rapidjson/prettywriter.h>#include <rapidjson/schema.h>#include "mysqlrouter/rest_api_component.h"Typedefs | |
| using | JsonPointer = RestApiComponent::JsonPointer |
| using | JsonValue = RestApiComponent::JsonValue |
Functions | |
| static JsonPointer::Token | make_json_pointer_token (std::string_view token) |
| static std::string | json_pointer_stringfy (const JsonPointer &ptr) |
| void | append_specification (RestApiComponent::JsonDocument &spec_doc) |
Variables | |
| static const std::array | host_cache_entries_def_tokens |
| static const std::array | host_cache_config_def_tokens |
| static const std::array | host_cache_status_def_tokens |
| static const std::array | host_cache_status_path_tokens |
| static const std::array | host_cache_config_path_tokens |
| static const std::array | host_cache_entries_path_tokens |
| static const std::array | tags_append_tokens |
| using JsonValue = RestApiComponent::JsonValue |
| void append_specification | ( | RestApiComponent::JsonDocument & | spec_doc | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |