()
| 286 | } |
| 287 | |
| 288 | func (*textMessage) MarshalText() ([]byte, error) { |
| 289 | return []byte("custom"), nil |
| 290 | } |
| 291 | |
| 292 | func (*textMessage) UnmarshalText(bytes []byte) error { |
| 293 | if string(bytes) != "custom" { |
no outgoing calls
no test coverage detected