namespace go hello struct HelloReq { 1: string Name (api.query="name"); } struct HelloResp { 1: string RespBody; } service HelloService { HelloResp HelloMethod(1: HelloReq request) (api.get="/hello"); }