Tidy
This commit is contained in:
@ -51,7 +51,8 @@ class service_runner {
|
||||
HEALTHY,
|
||||
UNHEALTHY,
|
||||
NOTINSTALLED,
|
||||
ERROR
|
||||
ERROR,
|
||||
UNKNOWN
|
||||
};
|
||||
HealthStatus is_healthy();
|
||||
|
||||
@ -61,7 +62,7 @@ class service_runner {
|
||||
std::vector<int> get_ports();
|
||||
|
||||
std::string healthtick();
|
||||
|
||||
std::string healthmark();
|
||||
private:
|
||||
std::string m_server_name;
|
||||
ServiceInfo m_service_info;
|
||||
|
Reference in New Issue
Block a user