MCPcopy Create free account
hub / github.com/IBM/sarama / prepEncoder

Struct prepEncoder

prep_encoder.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type prepEncoder struct {
14 stack []pushEncoder
15 length int
16}
17
18type prepFlexibleEncoder struct {
19 *prepEncoder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected