MCPcopy
hub / github.com/segmentio/kafka-go / init

Function init

protocol/fetch/fetch.go:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7)
8
9func init() {
10 protocol.Register(&Request{}, &Response{})
11}
12
13type Request struct {
14 ReplicaID int32 `kafka:"min=v0,max=v11"`

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected