Unmarshal parses the encoded bytes of the protobuf wire input. The provided buffer is only valid for during method call. It should not reset the receiver message.
([]byte)
| 89 | // The provided buffer is only valid for during method call. |
| 90 | // It should not reset the receiver message. |
| 91 | Unmarshal([]byte) error |
| 92 | } |
| 93 | |
| 94 | // Merger is implemented by messages that can merge themselves. |
no outgoing calls