auto delete timestamp works

This commit is contained in:
afeiszli
2021-04-05 20:47:19 -04:00
parent 3b5b073a3b
commit 5725530d56
7 changed files with 97 additions and 71 deletions

View File

@@ -171,6 +171,7 @@ func (s *NodeServiceServer) CheckIn(ctx context.Context, req *nodepb.CheckInReq)
Checkinresponse: &nodepb.CheckInResponse{
Success: checkinresponse.Success,
Needpeerupdate: checkinresponse.NeedPeerUpdate,
Needdelete: checkinresponse.NeedDelete,
Needconfigupdate: checkinresponse.NeedConfigUpdate,
Needkeyupdate: checkinresponse.NeedKeyUpdate,
Nodemessage: checkinresponse.NodeMessage,