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