21 #include "gateway/gateway.h" 31 LOG_DECLARE_CLASS_CONTEXT(
"Env",
"Environment gateway");
34 static constexpr
const char *ID =
"env";
39 bool activateGateway();
40 bool teardownGateway();
43 EnvironmentVariables m_variables;
Environment Gateway is used to define environment variables to the container.
bool readConfigElement(const json_t *element)
Gateway specific parsing of config elements.
Gateway base class for SoftwareContainer.
Developers guide to adding a config item: