|
FlatImage
A configurable Linux containerization system
|
Portal command dispatcher configuration. More...
Classes | |
| class | Dispatcher |
| struct | Logs |
Functions | |
| Value< Dispatcher > | deserialize (std::string_view str_raw_json) |
Deserializes a json string into a Dispatcher class. | |
| Value< std::string > | serialize (Dispatcher const &dispatcher) |
Serializes a Dispatcher class into a json string. | |
Portal command dispatcher configuration.
Manages configuration for the portal dispatcher that routes commands between host and guest environments. Handles FIFO communication paths, daemon connection points, logging paths, and mode-specific (HOST/GUEST) routing with per-instance isolation via PID-based paths.
|
inlinenodiscardnoexcept |
Deserializes a json string into a Dispatcher class.
Deserializes JSON string into a Binds object.
| str_raw_json | The json string which to deserialize |
Dispatcher class or the respective error Definition at line 100 of file dispatcher.hpp.
|
inlinenodiscardnoexcept |
Serializes a Dispatcher class into a json string.
| dispatcher | The Dispatcher object to serialize |
Definition at line 121 of file dispatcher.hpp.