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

Method getInt8

packet_decoder.go:17–17  ·  view source on GitHub ↗

Primitives

()

Source from the content-addressed store, hash-verified

15type packetDecoder interface {
16 // Primitives
17 getInt8() (int8, error)
18 getInt16() (int16, error)
19 getInt32() (int32, error)
20 getInt64() (int64, error)

Callers 15

decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65

Implementers 1

realDecoderreal_decoder.go

Calls

no outgoing calls

Tested by

no test coverage detected