22#include "rpc/common/Types.hpp"
The ping command returns an acknowledgement, so that clients can test the connection status and laten...
Definition Ping.hpp:31
static Result process(Context const &ctx)
Process the Ping command.
Definition Ping.hpp:43
This namespace contains all the RPC logic and handlers.
Definition AMMHelpers.cpp:36
std::expected< OutputType, Status > HandlerReturnType
Return type for each individual handler.
Definition Types.hpp:81
Context of an RPC call.
Definition Types.hpp:118
An empty type used as Output for handlers than don't actually produce output.
Definition Types.hpp:113