MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ActionsHandler

Class ActionsHandler

lib/remote/actionshandler.hpp:12–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11
12class ActionsHandler final : public HttpHandler
13{
14public:
15 DECLARE_PTR_TYPEDEFS(ActionsHandler);
16
17 bool HandleRequest(
18 const WaitGroup::Ptr& waitGroup,
19 const HttpApiRequest& request,
20 HttpApiResponse& response,
21 boost::asio::yield_context& yc
22 ) override;
23};
24
25}
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected