FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
remote.hpp File Reference

Manages remote URL in flatimage. More...

#include <filesystem>
#include <string>
#include "../std/expected.hpp"
#include "../reserved/remote.hpp"
#include "db.hpp"
Include dependency graph for remote.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Manages remote URL in flatimage.

Author
Ruan Formigoni

Definition in file remote.hpp.