File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /* * @file
2+
3+ YAML encoder for ConfigReloadTask::Info — serializes reload task snapshots to YAML nodes
4+ for JSONRPC responses.
5+
6+ @section license License
7+
8+ Licensed to the Apache Software Foundation (ASF) under one
9+ or more contributor license agreements. See the NOTICE file
10+ distributed with this work for additional information
11+ regarding copyright ownership. The ASF licenses this file
12+ to you under the Apache License, Version 2.0 (the
13+ "License"); you may not use this file except in compliance
14+ with the License. You may obtain a copy of the License at
15+
16+ http://www.apache.org/licenses/LICENSE-2.0
17+
18+ Unless required by applicable law or agreed to in writing, software
19+ distributed under the License is distributed on an "AS IS" BASIS,
20+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+ See the License for the specific language governing permissions and
22+ limitations under the License.
23+ */
24+
125#pragma once
226#include < string>
327#include < memory>
You can’t perform that action at this time.
0 commit comments