mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 09:50:21 +08:00
feat(proxy): 重构 Proxy 节点管理与隧道系统
- 重构 proxy_nodes 管理端,支持节点注册、心跳、隧道生命周期管理 - 增强 tunnel 嵌入式 hub 和隧道协议 - 重构 aether-proxy 配置、隧道客户端、心跳和调度机制 - 调整 admin OAuth/配额/导入等处理器的参数传递 - 扩展数据迁移模块 - 补充 proxy nodes、OAuth、配额、系统导入等测试 - 更新前端 proxy nodes 视图和 API
This commit is contained in:
@@ -4,8 +4,7 @@ use std::collections::BTreeMap;
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub(crate) struct InternalTunnelHeartbeatRequest {
|
||||
pub(crate) node_id: String,
|
||||
#[serde(default)]
|
||||
pub(crate) heartbeat_id: Option<u64>,
|
||||
pub(crate) heartbeat_id: u64,
|
||||
#[serde(default)]
|
||||
pub(crate) heartbeat_interval: Option<i32>,
|
||||
#[serde(default)]
|
||||
|
||||
Reference in New Issue
Block a user