Bug fixing.

This commit is contained in:
Your Name
2025-04-25 20:31:25 +12:00
parent f73e6f1ac5
commit d0b7c27af3
6 changed files with 30 additions and 95 deletions

View File

@ -49,11 +49,6 @@ class service_runner {
HealthStatus is_healthy();
// get the ports of the service
// 1. run _ports.sh on the server
// 2. return the output of the _ports.sh script, handling a port per line or comma separated.
std::vector<int> get_ports();
std::string healthtick();
std::string healthmark();