easyjsonDecoder implements a JSON decoder for the indexer via the "github.com/mailru/easyjson" package. See _examples/encoding for a demo.
| 176 | // See _examples/encoding for a demo. |
| 177 | |
| 178 | type easyjsonDecoder struct{} |
| 179 | |
| 180 | func (d easyjsonDecoder) UnmarshalFromReader(r io.Reader, blk *esutil.BulkIndexerResponse) error { |
| 181 | var v model.BulkIndexerResponse |
nothing calls this directly
no outgoing calls
no test coverage detected