Finish HTTP tests and adjust APIs to allow them to pass
This commit is contained in:
parent
ba52458fd6
commit
187a0a6165
6 changed files with 117 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue