|
CCF
|
#include "ccf/common_auth_policies.h"#include "ccf/endpoint_context.h"#include "ccf/json_handler.h"#include "ccf/node_context.h"#include "ccf/odata_error.h"#include "ccf/service/tables/self_healing_open.h"#include "node/node_configuration_subsystem.h"#include "node/rpc/node_frontend_utils.h"#include "node/self_healing_open_impl.h"Go to the source code of this file.
Namespaces | |
| namespace | ccf |
| namespace | ccf::node |
Typedefs | |
| template<typename Input > | |
| using | ccf::node::SelfHealingOpenHandler = std::function< std::optional< ErrorDetails >(endpoints::EndpointContext &args, Input &in)> |