| 116 | } |
| 117 | |
| 118 | type errorParam struct { |
| 119 | Key string |
| 120 | Value error |
| 121 | } |
| 122 | |
| 123 | func (v errorParam) WriteValueTo(jw *contentlog.JSONWriter) { |
| 124 | jw.ErrorField(v.Key, v.Value) |
nothing calls this directly
no outgoing calls
no test coverage detected