| 9 | var JSONMarshalFunc func(v interface{}) ([]byte, error) |
| 10 | |
| 11 | type Encoder struct{} |
| 12 | |
| 13 | // AppendKey appends a new key to the output JSON. |
| 14 | func (e Encoder) AppendKey(dst []byte, key string) []byte { |
nothing calls this directly
no outgoing calls
no test coverage detected