Finish HTTP tests and adjust APIs to allow them to pass

This commit is contained in:
Marc Di Luzio 2020-06-13 13:18:22 +01:00
parent ba52458fd6
commit 187a0a6165
6 changed files with 117 additions and 48 deletions

View file

@ -69,6 +69,8 @@ func (s *Server) Rover(ctx context.Context, req *rove.RoverRequest) (*rove.Rover
X: int32(attrib.Pos.X),
Y: int32(attrib.Pos.Y),
},
Speed: int32(attrib.Speed),
Range: int32(attrib.Range),
}
}
return response, nil