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