This commit is contained in:
@ -14,6 +14,10 @@ namespace dropshell {
|
||||
std::string local_service_path;
|
||||
std::string local_template_path;
|
||||
std::string user;
|
||||
bool requires_host_root;
|
||||
bool requires_docker;
|
||||
bool requires_docker_root;
|
||||
bool service_template_hash_match;
|
||||
};
|
||||
|
||||
bool SIvalid(const LocalServiceInfo& service_info);
|
||||
@ -28,6 +32,7 @@ namespace dropshell {
|
||||
|
||||
// list all backups for a given service (across all servers)
|
||||
std::set<std::string> list_backups(const std::string& server_name, const std::string& service_name);
|
||||
|
||||
} // namespace dropshell
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user