(enc *Encoder)
| 77 | } |
| 78 | |
| 79 | func (t *testEncodingObjInterfaces) MarshalJSONObject(enc *Encoder) { |
| 80 | enc.AddInterfaceKey("interfaceVal", t.interfaceVal) |
| 81 | } |
| 82 | |
| 83 | func TestEncoderObjectEncodeAPI(t *testing.T) { |
| 84 | t.Run("encode-basic", func(t *testing.T) { |
nothing calls this directly
no test coverage detected