(saslAuthBytes []byte)
| 1157 | } |
| 1158 | |
| 1159 | func (msar *MockSaslAuthenticateResponse) SetAuthBytes(saslAuthBytes []byte) *MockSaslAuthenticateResponse { |
| 1160 | msar.saslAuthBytes = saslAuthBytes |
| 1161 | return msar |
| 1162 | } |
| 1163 | |
| 1164 | func (msar *MockSaslAuthenticateResponse) SetSessionLifetimeMs(sessionLifetimeMs int64) *MockSaslAuthenticateResponse { |
| 1165 | msar.sessionLifetimeMs = sessionLifetimeMs |
no outgoing calls