feat: 事件推送由 SSE 切换到 WebSocket (#386)
This commit is contained in:
@@ -158,7 +158,7 @@ pub struct DashBoardResponse {
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub struct SysInfoResponse {
|
||||
pub struct SysInfo {
|
||||
pub total_memory: u64,
|
||||
pub used_memory: u64,
|
||||
pub process_memory: u64,
|
||||
|
||||
Reference in New Issue
Block a user