fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
Public Member Functions | Public Attributes | List of all members
ServiceConfig Struct Reference

#include <model_lxd_orchestra.h>

Public Member Functions

 ServiceConfig (nlohmann::json jsonConfig)
 

Public Attributes

std::string name
 
std::string type
 
std::string game
 
std::string author
 
std::string version
 
std::string port_proto
 
int port_number
 
bool start
 
bool build
 

Constructor & Destructor Documentation

◆ ServiceConfig()

ServiceConfig::ServiceConfig ( nlohmann::json  jsonConfig)
explicit

Member Data Documentation

◆ author

std::string ServiceConfig::author

◆ build

bool ServiceConfig::build

◆ game

std::string ServiceConfig::game

◆ name

std::string ServiceConfig::name

◆ port_number

int ServiceConfig::port_number

◆ port_proto

std::string ServiceConfig::port_proto

◆ start

bool ServiceConfig::start

◆ type

std::string ServiceConfig::type

◆ version

std::string ServiceConfig::version

The documentation for this struct was generated from the following files: