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