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

Struct saslAuthenticateRequestV0

saslauthenticate.go:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type saslAuthenticateRequestV0 struct {
8 // Data holds the SASL payload
9 Data []byte
10}
11
12func (t saslAuthenticateRequestV0) size() int32 {
13 return sizeofBytes(t.Data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected