This commit is contained in:
Your Name
2025-04-25 21:12:07 +12:00
parent 63b9980a61
commit 65b6e2b193
5 changed files with 81 additions and 0 deletions

View File

@ -17,6 +17,9 @@ namespace dropshell {
std::vector<ServiceInfo> get_server_services_info(const std::string& server_name);
ServiceInfo get_service_info(const std::string& server_name, const std::string& service_name);
std::set<std::string> get_used_commands(const std::string& server_name, const std::string& service_name);
bool create_service(const std::string& server_name, const std::string& service_name);
} // namespace dropshell