(mt protoreflect.MessageType)
| 255 | } |
| 256 | |
| 257 | func messageGoType(mt protoreflect.MessageType) reflect.Type { |
| 258 | return reflect.TypeOf(MessageV1(mt.Zero().Interface())) |
| 259 | } |
| 260 | |
| 261 | // MessageName returns the full protobuf name for the given message type. |
| 262 | // |
no test coverage detected