MCPcopy
hub / github.com/pquerna/ffjson / EncodingBuffer

Interface EncodingBuffer

fflib/v1/buffer.go:53–62  ·  view source on GitHub ↗

TODO(pquerna): continue to reduce these interfaces

Source from the content-addressed store, hash-verified

51// TODO(pquerna): continue to reduce these interfaces
52
53type EncodingBuffer interface {
54 io.Writer
55 io.WriterTo
56 io.ByteWriter
57 stringWriter
58 truncater
59 grower
60 rewinder
61 encoder
62}
63
64type DecodingBuffer interface {
65 io.ReadWriter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…