MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / Init

Method Init

src/plugin/consul/src/AFCConsulModule.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8static const std::string HEALTH_CHECK_API("/v1/health/service/");
9
10bool AFCConsulModule::Init()
11{
12 m_pHttpClientModule = FindModule<AFIHttpClientModule>();
13 return true;
14}
15
16void AFCConsulModule::SetRegisterCenter(const std::string& center_ip, const uint16_t center_port)
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected