(sender byte, encodedLen int32, msg *AuthenticationSASL)
| 147 | } |
| 148 | |
| 149 | func (t *tracer) traceAuthenticationSASL(sender byte, encodedLen int32, msg *AuthenticationSASL) { |
| 150 | t.writeTrace(sender, encodedLen, "AuthenticationSASL", nil) |
| 151 | } |
| 152 | |
| 153 | func (t *tracer) traceAuthenticationSASLContinue(sender byte, encodedLen int32, msg *AuthenticationSASLContinue) { |
| 154 | t.writeTrace(sender, encodedLen, "AuthenticationSASLContinue", nil) |
no test coverage detected