greeter_server.py 文件源码

python
阅读 38 收藏 0 点赞 0 评论 0

项目:rules_protobuf 作者: pubref 项目源码 文件源码
def SayHello(self, hello_request, context):
        print("Greeter server received: " + hello_request.name)
        hello_reply = helloworld_pb2.HelloReply()
        hello_reply.message = 'Hello {name}'.format(name=hello_request.name)
        return hello_reply
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号