摘要: 一个rpc是什么呢?和http有什么不同呢? 我们通过一段代码来理解: type RPCService struct{} func (s *RPCService) Hello(request string, reply *string) error{ *reply = "Hello " + requ 阅读全文
posted @ 2020-01-09 20:47 懂得了才能做一些改变 阅读(155) 评论(0) 推荐(0)