#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 |
Definition at line 234 of file wasm_config.h.
| bool yaze::app::platform::WasmConfig::ServerStatus::fetched = false |
Definition at line 235 of file wasm_config.h.
| bool yaze::app::platform::WasmConfig::ServerStatus::reachable = false |
Definition at line 236 of file wasm_config.h.
| bool yaze::app::platform::WasmConfig::ServerStatus::ai_enabled = false |
Definition at line 237 of file wasm_config.h.
| bool yaze::app::platform::WasmConfig::ServerStatus::ai_configured = false |
Definition at line 238 of file wasm_config.h.
| std::string yaze::app::platform::WasmConfig::ServerStatus::ai_provider |
Definition at line 239 of file wasm_config.h.
| bool yaze::app::platform::WasmConfig::ServerStatus::tls_detected = false |
Definition at line 240 of file wasm_config.h.
| std::string yaze::app::platform::WasmConfig::ServerStatus::persistence_type |
Definition at line 241 of file wasm_config.h.
| int yaze::app::platform::WasmConfig::ServerStatus::active_sessions = 0 |
Definition at line 242 of file wasm_config.h.
| int yaze::app::platform::WasmConfig::ServerStatus::total_connections = 0 |
Definition at line 243 of file wasm_config.h.
| std::string yaze::app::platform::WasmConfig::ServerStatus::server_version |
Definition at line 244 of file wasm_config.h.
| std::string yaze::app::platform::WasmConfig::ServerStatus::error_message |
Definition at line 245 of file wasm_config.h.