Message is proto.Message with a method to return its descriptor. Deprecated: The Descriptor method may not be generated by future versions of protoc-gen-go, meaning that this interface may not be implemented by many concrete message types.
| 30 | // versions of protoc-gen-go, meaning that this interface may not |
| 31 | // be implemented by many concrete message types. |
| 32 | type Message interface { |
| 33 | proto.Message |
| 34 | Descriptor() ([]byte, []int) |
| 35 | } |
| 36 | |
| 37 | // ForMessage returns the file descriptor proto containing |
| 38 | // the message and the message descriptor proto for the message itself. |
no outgoing calls
no test coverage detected