带有微服务间数据传输的Go-kit真实示例有哪些 呀?

带有微服务间数据传输的Go-kit真实示例有哪些 呀?

展开
收起
游客o73orh2y4laqw 2022-04-03 08:38:02 790 分享 版权
1 条回答
写回答
取消 提交回答
  • ```  type service struct {
    cargoRepository         cargo.Repository
    locationRepository      location.Repository
    routingService          routing.Service
    handlingEventRepository cargo.HandlingEventRepository
    }
    
    2022-04-03 09:24:59
    赞同 展开评论