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