- helloworld: 基本的gRPC例子
- streaming: 客户端流式发送、服务器端流式发送、双向流式发送
- metadata: 使用metadata
- calloption: 使用CallOption
- reflection: Reflection
- auth: auth
- lb: LoadBalancer: https://segmentfault.com/a/1190000008672912
- trace: Trace https://segmentfault.com/a/1190000008087436
- interceptor: gRPC interceptor拦截器