peer update functionality

This commit is contained in:
afeiszli
2021-04-05 18:09:21 -04:00
parent 93d7219bf2
commit 3ca3a3e172
9 changed files with 207 additions and 64 deletions

View File

@@ -172,6 +172,7 @@ func (s *NodeServiceServer) CheckIn(ctx context.Context, req *nodepb.CheckInReq)
Success: checkinresponse.Success,
Needpeerupdate: checkinresponse.NeedPeerUpdate,
Needconfigupdate: checkinresponse.NeedConfigUpdate,
Needkeyupdate: checkinresponse.NeedKeyUpdate,
Nodemessage: checkinresponse.NodeMessage,
Ispending: checkinresponse.IsPending,
},