Commit 1ba5fd96 authored by luxq's avatar luxq

update nm info

parent 58a3e546
...@@ -7,7 +7,9 @@ import ( ...@@ -7,7 +7,9 @@ import (
type NodeManagerInfo struct { type NodeManagerInfo struct {
// node manager specific info // node manager specific info
EndPoint string `json:"endpoint"` Pubkey string `redis:"pubkey"`
Endpoint string `redis:"endpoint"`
Addr string `redis:"addr"`
} }
type nodeManagerQuery struct { type nodeManagerQuery struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment