Refactor! Compiles...
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user