MCPcopy
hub / github.com/IBM/sarama / realEncoder

Struct realEncoder

real_encoder.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type realEncoder struct {
13 raw []byte
14 off int
15 stack []pushEncoder
16 registry metrics.Registry
17}
18
19type realFlexibleEncoder struct {
20 *realEncoder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected