| 7 | ) |
| 8 | |
| 9 | type blobMetadataListParam struct { |
| 10 | key string |
| 11 | list []blob.Metadata |
| 12 | } |
| 13 | |
| 14 | func (v blobMetadataListParam) WriteValueTo(jw *contentlog.JSONWriter) { |
| 15 | jw.BeginListField(v.key) |
nothing calls this directly
no outgoing calls
no test coverage detected