mirror of
https://github.com/datarhei/core.git
synced 2025-10-10 10:20:06 +08:00
Add proxying memfs files
This commit is contained in:
@@ -89,8 +89,10 @@ func (h *ClusterHandler) GetNode(c echo.Context) error {
|
||||
state := peer.State()
|
||||
|
||||
node := api.ClusterNode{
|
||||
Address: peer.Address(),
|
||||
State: state.State,
|
||||
Address: peer.Address(),
|
||||
ID: state.ID,
|
||||
LastUpdate: state.LastUpdate.Unix(),
|
||||
State: state.State,
|
||||
}
|
||||
|
||||
return c.JSON(http.StatusOK, node)
|
||||
|
Reference in New Issue
Block a user