------------------------------------------------------------------------------
| 88 | //------------------------------------------------------------------------------ |
| 89 | |
| 90 | type CustomEncoder struct { |
| 91 | str string |
| 92 | ref *CustomEncoder |
| 93 | num int |
| 94 | } |
| 95 | |
| 96 | var ( |
| 97 | _ msgpack.CustomEncoder = (*CustomEncoder)(nil) |
nothing calls this directly
no outgoing calls
no test coverage detected