MCPcopy
hub / github.com/elastic/go-elasticsearch / defaultJSONDecoder

Struct defaultJSONDecoder

esutil/bulk_indexer.go:843–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843type defaultJSONDecoder struct{}
844
845func (d defaultJSONDecoder) UnmarshalFromReader(r io.Reader, blk *BulkIndexerResponse) error {
846 return json.NewDecoder(r).Decode(blk)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected