gogo / letmegrpc

[maintainer wanted] generates a web form gui from a grpc specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPC method name staring with lowercase character fails

commandus opened this issue · comments

../../1.letmegrpc.go:8248: this.client.setVehicleModel undefined (type OneWayTicketClient has no field or method setVehicleModel, but does have SetVehicleModel)

if change setVehicleModel to SetVehicleModel, it works.

Does this help?
b9b3c38

No reply?