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

Function init

protocol/saslauthenticate/saslauthenticate.go:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func init() {
11 protocol.Register(&Request{}, &Response{})
12}
13
14type Request struct {
15 AuthBytes []byte `kafka:"min=v0,max=v1"`

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected