()
| 45 | |
| 46 | func (m *rawMessage) Reset() { *m = rawMessage{} } |
| 47 | func (m *rawMessage) String() string { return string(m.data) } |
| 48 | func (*rawMessage) ProtoMessage() {} |
| 49 | |
| 50 | // passthroughCodec keeps 'proto' on the wire but avoids re-encoding. |
no outgoing calls