dfx
0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
SystemConfigSchema.hpp
1
// SPDX-FileCopyrightText: 2025 Vincent Leroy
2
// SPDX-License-Identifier: MIT
3
//
4
// This file is part of dfx.
5
//
6
// Licensed under the MIT License. See the LICENSE file in the project root
7
// for full license information.
8
9
#pragma once
10
11
// Third-party includes
12
#include <nlohmann/json.hpp>
13
14
namespace
dfx::Server::Api::Schema
15
{
16
extern
nlohmann::json
const
setSystemValue;
17
extern
nlohmann::json
const
getSystemValue;
18
extern
nlohmann::json
const
listSystemValues;
19
}
// !namespace dfx::Server::Api::Schema
dfx::Server::Api::Schema
Definition
RouterSchema.hpp:15
lib
dfx-server
json-schema
SystemConfigSchema.hpp
Generated by
1.14.0