Files
amnezia-client/client/configurators/cloak_configurator.h
T

19 lines
406 B
C++
Raw Normal View History

2021-04-04 23:12:36 +03:00
#ifndef CLOAK_CONFIGURATOR_H
#define CLOAK_CONFIGURATOR_H
#include <QObject>
#include "core/defs.h"
#include "settings.h"
#include "core/servercontroller.h"
class CloakConfigurator
{
public:
2021-05-07 23:28:37 +03:00
static QString genCloakConfig(const ServerCredentials &credentials, DockerContainer container,
const QJsonObject &containerConfig, ErrorCode *errorCode = nullptr);
2021-04-04 23:12:36 +03:00
};
#endif // CLOAK_CONFIGURATOR_H