kitex

Golang RPC framework for building microservices with high performance

brewmacoslinux
Try with needOr install directly
Source

About

Golang RPC framework for microservices

Commands

kitex

Examples

Generate RPC server and client code from Thrift IDL$ kitex -module example.com/myservice ./idl/service.thrift
Generate code with custom output directory$ kitex -module example.com/api -out ./generated ./proto/api.thrift
Generate code from protobuf definition$ kitex -module example.com/service -type protobuf ./proto/service.proto