(jw *contentlog.JSONWriter)
| 112 | } |
| 113 | |
| 114 | func (v durationParam) WriteValueTo(jw *contentlog.JSONWriter) { |
| 115 | jw.Int64Field(v.Key, v.Value.Microseconds()) |
| 116 | } |
| 117 | |
| 118 | type errorParam struct { |
| 119 | Key string |
nothing calls this directly
no test coverage detected