amnezia-client/client/configurators/cloak_configurator.h
pokamest d424bb24cf refactoring
Protocol to DockerContainer
2021-04-26 23:19:19 +03:00

18 lines
374 B
C++

#ifndef CLOAK_CONFIGURATOR_H
#define CLOAK_CONFIGURATOR_H
#include <QObject>
#include "core/defs.h"
#include "settings.h"
#include "core/servercontroller.h"
class CloakConfigurator
{
public:
static QJsonObject genCloakConfig(const ServerCredentials &credentials, DockerContainer container,
ErrorCode *errorCode = nullptr);
};
#endif // CLOAK_CONFIGURATOR_H