Loading...
Searching...
No Matches
eonc::Parameters::serve_options_t Struct Reference

#include <Parameters.h>

Public Attributes

std::string host {"localhost"}
uint16_t port {12345}
size_t replicas {1}
uint16_t gateway_port {0}
std::string endpoints

Detailed Description

Definition at line 657 of file Parameters.h.

Member Data Documentation

◆ endpoints

std::string eonc::Parameters::serve_options_t::endpoints

Definition at line 662 of file Parameters.h.

◆ gateway_port

uint16_t eonc::Parameters::serve_options_t::gateway_port {0}

Definition at line 661 of file Parameters.h.

661{0};

◆ host

std::string eonc::Parameters::serve_options_t::host {"localhost"}

Definition at line 658 of file Parameters.h.

658{"localhost"};

◆ port

uint16_t eonc::Parameters::serve_options_t::port {12345}

Definition at line 659 of file Parameters.h.

659{12345};

◆ replicas

size_t eonc::Parameters::serve_options_t::replicas {1}

Definition at line 660 of file Parameters.h.

660{1};

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