generated from VLADIMIR/template
add update node
This commit is contained in:
@@ -67,3 +67,7 @@ func (s *Server) DownloadTeamsQrCodesFile(ctx context.Context, req *proto.Downlo
|
||||
func (s *Server) GetGraph(ctx context.Context, req *proto.GetGraphReq) (*proto.GetGraphRsp, error) {
|
||||
return s.services.GetGraph(ctx, req)
|
||||
}
|
||||
|
||||
func (s *Server) UpdateNode(ctx context.Context, req *proto.UpdateNodeReq) (*proto.UpdateNodeRsp, error) {
|
||||
return s.services.UpdateNode(ctx, req)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user