微服务学习(二)--protobuf
摘要:
一、语法: syntax = "proto3"; // 熊猫 发送消息 message PandaRequest{ // 姓名 string name=1; // 身高 int32 shengao=2; // 体重 repeated int32 tizhong=3; } message PandaR 阅读全文
posted @ 2020-01-06 17:57 DjanFey 阅读(279) 评论(0) 推荐(0) 编辑