当protoc生成go文件时,我得到了一个FullMethod -你知道是否可以在生成时或在proto3中注释它?
protoc
FullMethod
发布于 2019-01-24 02:49:23
protoc Golang文件生成同时支持proto2和proto3。但是目前protoc的Golang插件不支持gRPC方法注释。
proto2
proto3
https://stackoverflow.com/questions/54255186
相似问题