GoString implements fmt.GoStringer.
()
| 49 | |
| 50 | // GoString implements fmt.GoStringer. |
| 51 | func (p Payload) GoString() string { return LongBytesGoString([]byte(p)) } |
| 52 | |
| 53 | // CanDecode implements DecodingLayer. |
| 54 | func (p Payload) CanDecode() LayerClass { return LayerTypePayload } |
no test coverage detected