Yay
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user