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

Method EncodeJSON

esutil/json_reader.go:36–36  ·  view source on GitHub ↗
(io.Writer)

Source from the content-addressed store, hash-verified

34// JSONEncoder defines the interface for custom JSON encoders.
35type JSONEncoder interface {
36 EncodeJSON(io.Writer) error
37}
38
39// JSONReader represents a reader which takes an interface value,

Callers 1

encodeMethod · 0.65

Implementers 2

Fooesutil/json_reader_internal_test.go
errEncoderesutil/json_reader_internal_test.go

Calls

no outgoing calls

Tested by

no test coverage detected