|
FlatImage
A configurable Linux containerization system
|
Portal daemon configuration and management. More...
Namespaces | |
| namespace | ns_log |
| Portal daemon logging configuration. | |
Classes | |
| class | Daemon |
Functions | |
| ENUM (Mode, HOST, GUEST) | |
| Value< Daemon > | deserialize (std::string_view str_raw_json) |
Deserializes a json string into a Daemon class. | |
| Value< std::string > | serialize (Daemon const &daemon) |
Serializes a Daemon class into a json string. | |
Portal daemon configuration and management.
Manages configuration for the portal daemon process that enables FIFO-based inter-process communication between host and container environments. Handles daemon mode (HOST/GUEST), FIFO paths, binary locations, and log configuration with serialization support for passing configuration via environment variables.
|
inlinenodiscardnoexcept |
Deserializes a json string into a Daemon class.
Deserializes JSON string into a Binds object.
| str_raw_json | The json string which to deserialize |
Daemon class or the respective error Definition at line 186 of file daemon.hpp.
|
inlinenodiscardnoexcept |
Serializes a Daemon class into a json string.
| daemon | The Daemon object to serialize |
Definition at line 210 of file daemon.hpp.