|
FlatImage
A configurable Linux containerization system
|
Manages remote URL in flatimage. More...
#include <filesystem>#include <string>#include "../std/expected.hpp"#include "../reserved/remote.hpp"#include "db.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ns_db::ns_remote |
| Remote recipe repository URL management. | |
| namespace | ns_db |
| JSON-based configuration database layer. | |
Functions | |
| Value< void > | ns_db::ns_remote::set (fs::path const &path_file_binary, std::string const &url) |
| Sets a remote URL in the database. | |
| Value< std::string > | ns_db::ns_remote::get (fs::path const &path_file_binary) |
| Gets the remote URL from the database. | |
| Value< void > | ns_db::ns_remote::clear (fs::path const &path_file_binary) |
| Clears the remote URL from the database. | |
Manages remote URL in flatimage.
Definition in file remote.hpp.