MCPcopy Index your code
hub / github.com/pquerna/ffjson / Encode

Method Encode

fflib/v1/buffer.go:48–48  ·  view source on GitHub ↗
(interface{})

Source from the content-addressed store, hash-verified

46
47type encoder interface {
48 Encode(interface{}) error
49}
50
51// TODO(pquerna): continue to reduce these interfaces

Callers 2

EncodeMethod · 0.65
EncodeMethod · 0.65

Implementers 2

Bufferfflib/v1/buffer.go
Encoderffjson/encoder.go

Calls

no outgoing calls

Tested by

no test coverage detected