MCPcopy
hub / github.com/IBM/sarama / NewMockSaslHandshakeResponse

Function NewMockSaslHandshakeResponse

mockresponses.go:1179–1181  ·  view source on GitHub ↗
(t TestReporter)

Source from the content-addressed store, hash-verified

1177}
1178
1179func NewMockSaslHandshakeResponse(t TestReporter) *MockSaslHandshakeResponse {
1180 return &MockSaslHandshakeResponse{t: t}
1181}
1182
1183func (mshr *MockSaslHandshakeResponse) For(reqBody versionedDecoder) encoderWithHeader {
1184 req := reqBody.(*SaslHandshakeRequest)

Calls

no outgoing calls