According to golang/protobuf#867, protobuf has supported to get message_type in field type. If there can return *descriptor.FieldDescriptorProto in types.go
|
*descriptor.FieldDescriptorProto |
, we can get the
FileDescriptor of field whose
type=method. Thanks a lot.
According to golang/protobuf#867, protobuf has supported to get
message_typein field type. If there can return*descriptor.FieldDescriptorProtointypes.goprotokit/types.go
Line 221 in c63c139
FileDescriptorof field whosetype=method. Thanks a lot.