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

Method Encode

utils.go:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65// optimization, and must return the same as len() on the result of Encode().
66type Encoder interface {
67 Encode() ([]byte, error)
68 Length() int
69}
70

Callers 14

addMethod · 0.65
OnSendMethod · 0.65
TestInterceptorsFunction · 0.65
assertMessageKeyFunction · 0.65
assertMessageValueFunction · 0.65
TestConsumerInterceptorsFunction · 0.65
PartitionMethod · 0.65
PartitionMethod · 0.65
compressFunction · 0.65
encodeKVFunction · 0.65
messageValueCheckerFunction · 0.65

Implementers 1

accessLogEntryexamples/http_server/http_server.go

Calls

no outgoing calls

Tested by 6

OnSendMethod · 0.52
TestInterceptorsFunction · 0.52
assertMessageKeyFunction · 0.52
assertMessageValueFunction · 0.52
TestConsumerInterceptorsFunction · 0.52