当前位置: 首页 > 工具软件 > Kraps-RPC > 使用案例 >

Kratos,RPC服务调用过程

益光亮
2023-12-01

首先,客户端发起RPC调用请求

// SayHello say hello.
func (d *dao) SayHello(c context.Context, req *api.HelloReq) (resp *empty.Empty, err error) {
   
    if resp, err
 类似资料: