MCPcopy
hub / github.com/travisjeffery/jocko / Decoder

Interface Decoder

protocol/decoder.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type Decoder interface {
31 Decode(d PacketDecoder) error
32}
33
34type PushDecoder interface {
35 SaveOffset(in int)

Callers 8

handleRequestMethod · 0.95
DecodeMethod · 0.65
DecodeFunction · 0.65
DecodeMethod · 0.65
DecodeMethod · 0.65
DecodeMethod · 0.65
handleJoinMethod · 0.65
makeRequestMethod · 0.65

Implementers 15

MessageSetprotocol/message_set.go
LeaveGroupRequestprotocol/leave_group_request.go
APIVersionsResponseprotocol/api_versions_response.go
Messageprotocol/message.go
LeaderAndISRResponseprotocol/leader_and_isr_response.go
GroupCoordinatorResponseprotocol/group_coordinator_response.go
RequestHeaderprotocol/request_header.go
JoinGroupResponseprotocol/join_group_response.go
GroupCoordinatorRequestprotocol/group_coordinator_request.go
OffsetsRequestprotocol/offsets_request.go
FetchRequestprotocol/fetch_request.go
StopReplicaResponseprotocol/stop_replica_response.go

Calls

no outgoing calls

Tested by

no test coverage detected