Refactor! Compiles...

This commit is contained in:
Your Name
2025-04-26 21:53:15 +12:00
parent bc0edf8e91
commit 3c03c2a536
11 changed files with 211 additions and 223 deletions

View File

@ -8,10 +8,10 @@
namespace dropshell {
struct ServiceInfo {
std::string path;
std::string service_name;
std::string template_name;
std::string template_local_path;
std::string local_service_path;
std::string local_template_path;
};
std::vector<ServiceInfo> get_server_services_info(const std::string& server_name);