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

Function NewMockSaslAuthenticateResponse

mockresponses.go:1139–1141  ·  view source on GitHub ↗
(t TestReporter)

Source from the content-addressed store, hash-verified

1137}
1138
1139func NewMockSaslAuthenticateResponse(t TestReporter) *MockSaslAuthenticateResponse {
1140 return &MockSaslAuthenticateResponse{t: t}
1141}
1142
1143func (msar *MockSaslAuthenticateResponse) For(reqBody versionedDecoder) encoderWithHeader {
1144 req := reqBody.(*SaslAuthenticateRequest)

Calls

no outgoing calls