feat(center-nodes): add node status model and status update endpoint
Some checks failed
backend-ci / verify (Fabric.Backend.Center) (push) Has been cancelled
backend-ci / verify (Fabric.Backend.Guild) (push) Has been cancelled

This commit is contained in:
nav
2026-05-12 08:52:39 +00:00
parent e10d225063
commit 7887a8d3be
4 changed files with 38 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
### 1.2 Guild Node 注册与握手
- [x] `POST /nodes/register` shared-secret 校验
- [x] node 唯一性校验nodeId/endpoint
- [ ] node 状态模型active/offline/revoked
- [x] node 状态模型active/offline/revoked
- [x] `GET /nodes` 列表 + 分页
- [ ] node 心跳接口(可选)