uber / tchannel

network multiplexing and framing protocol for RPC
MIT License
1.15k stars 129 forks source link

go: Improved thrift-gen support for services extending other services #1386

Closed prashantv closed 9 years ago

prashantv commented 9 years ago

Rather than copying methods, which fails to compile due to the wrong Arg/Res struct name being used, embed the underlying service structs.

cc @cbradfield