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

Function init

protocol/describegroups/describegroups.go:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5)
6
7func init() {
8 protocol.Register(&Request{}, &Response{})
9}
10
11// Detailed API definition: https://kafka.apache.org/protocol#The_Messages_DescribeGroups
12type Request struct {

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected