FmtResponse formats a response [Message].
(msg *Message)
| 100 | |
| 101 | // FmtResponse formats a response [Message]. |
| 102 | func (f *Formatter) FmtResponse(msg *Message) { |
| 103 | f.fmtMessage(msg, false) |
| 104 | } |
| 105 | |
| 106 | // fmtMessage formats a request or response Message. |
| 107 | func (f *Formatter) fmtMessage(msg *Message, request bool) { |