Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
35
type
JSONEncoder
interface
{
36
EncodeJSON(io.Writer) error
37
}
38
39
// JSONReader represents a reader which takes an interface value,
Callers
1
encode
Method · 0.65
Implementers
2
Foo
esutil/json_reader_internal_test.go
errEncoder
esutil/json_reader_internal_test.go
Calls
no outgoing calls
Tested by
no test coverage detected