Encode appends itself to dst and returns the new buffer.
(dst []byte)
| 21 | |
| 22 | // Encode appends itself to dst and returns the new buffer. |
| 23 | Encode(dst []byte) ([]byte, error) |
| 24 | } |
| 25 | |
| 26 | // FrontendMessage is a message sent by the frontend (i.e. the client). |
no outgoing calls