ReCodEx - Task Broker
ReCodEx is complex programmer testing solution, primary targeted to technical universities. It's highly customizable and based on modern technologies.
notifier_config Struct Reference

#include <notifier_config.h>

Public Attributes

std::string address
 
uint16_t port
 
std::string username
 
std::string password
 

Detailed Description

Configuration of frontend connection and where to find it.

Definition at line 10 of file notifier_config.h.

Member Data Documentation

§ address

std::string notifier_config::address

Address which frontend occupies.

Definition at line 15 of file notifier_config.h.

§ password

std::string notifier_config::password

Password for HTTP authentication.

Definition at line 28 of file notifier_config.h.

§ port

uint16_t notifier_config::port

Port on which frontend runs.

Definition at line 19 of file notifier_config.h.

§ username

std::string notifier_config::username

Username which is used in HTTP authentication.

Definition at line 24 of file notifier_config.h.


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