| 841 | } |
| 842 | |
| 843 | type defaultJSONDecoder struct{} |
| 844 | |
| 845 | func (d defaultJSONDecoder) UnmarshalFromReader(r io.Reader, blk *BulkIndexerResponse) error { |
| 846 | return json.NewDecoder(r).Decode(blk) |
nothing calls this directly
no outgoing calls
no test coverage detected