(sender byte, encodedLen int32, msg *AuthenticationSASLContinue)
| 151 | } |
| 152 | |
| 153 | func (t *tracer) traceAuthenticationSASLContinue(sender byte, encodedLen int32, msg *AuthenticationSASLContinue) { |
| 154 | t.writeTrace(sender, encodedLen, "AuthenticationSASLContinue", nil) |
| 155 | } |
| 156 | |
| 157 | func (t *tracer) traceAuthenticationSASLFinal(sender byte, encodedLen int32, msg *AuthenticationSASLFinal) { |
| 158 | t.writeTrace(sender, encodedLen, "AuthenticationSASLFinal", nil) |
no test coverage detected