dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
RouterSchema.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
15{
16 inline std::string_view const envelopeId = "envelope";
17 extern nlohmann::json const envelope;
18} // !namespace dfx::Server::Api::Schema
Definition RouterSchema.hpp:15