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

Function init

protocol/txnoffsetcommit/txnoffsetcommit.go:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import "github.com/segmentio/kafka-go/protocol"
4
5func init() {
6 protocol.Register(&Request{}, &Response{})
7}
8
9type Request struct {
10 // We need at least one tagged field to indicate that this is a "flexible" message

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected