yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::platform::WasmConfig::ServerStatus Struct Reference

#include <wasm_config.h>

Public Attributes

bool fetched = false
 
bool reachable = false
 
bool ai_enabled = false
 
bool ai_configured = false
 
std::string ai_provider
 
bool tls_detected = false
 
std::string persistence_type
 
int active_sessions = 0
 
int total_connections = 0
 
std::string server_version
 
std::string error_message
 

Detailed Description

Definition at line 234 of file wasm_config.h.

Member Data Documentation

◆ fetched

bool yaze::app::platform::WasmConfig::ServerStatus::fetched = false

Definition at line 235 of file wasm_config.h.

◆ reachable

bool yaze::app::platform::WasmConfig::ServerStatus::reachable = false

Definition at line 236 of file wasm_config.h.

◆ ai_enabled

bool yaze::app::platform::WasmConfig::ServerStatus::ai_enabled = false

Definition at line 237 of file wasm_config.h.

◆ ai_configured

bool yaze::app::platform::WasmConfig::ServerStatus::ai_configured = false

Definition at line 238 of file wasm_config.h.

◆ ai_provider

std::string yaze::app::platform::WasmConfig::ServerStatus::ai_provider

Definition at line 239 of file wasm_config.h.

◆ tls_detected

bool yaze::app::platform::WasmConfig::ServerStatus::tls_detected = false

Definition at line 240 of file wasm_config.h.

◆ persistence_type

std::string yaze::app::platform::WasmConfig::ServerStatus::persistence_type

Definition at line 241 of file wasm_config.h.

◆ active_sessions

int yaze::app::platform::WasmConfig::ServerStatus::active_sessions = 0

Definition at line 242 of file wasm_config.h.

◆ total_connections

int yaze::app::platform::WasmConfig::ServerStatus::total_connections = 0

Definition at line 243 of file wasm_config.h.

◆ server_version

std::string yaze::app::platform::WasmConfig::ServerStatus::server_version

Definition at line 244 of file wasm_config.h.

◆ error_message

std::string yaze::app::platform::WasmConfig::ServerStatus::error_message

Definition at line 245 of file wasm_config.h.


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