| 125 | } |
| 126 | |
| 127 | type stringParam struct { |
| 128 | Key string |
| 129 | Value string |
| 130 | } |
| 131 | |
| 132 | func (v stringParam) WriteValueTo(jw *contentlog.JSONWriter) { |
| 133 | jw.StringField(v.Key, v.Value) |
nothing calls this directly
no outgoing calls
no test coverage detected