(sender byte, encodedLen int32, msg *AuthenticationOk)
| 143 | } |
| 144 | |
| 145 | func (t *tracer) traceAuthenticationOk(sender byte, encodedLen int32, msg *AuthenticationOk) { |
| 146 | t.writeTrace(sender, encodedLen, "AuthenticationOk", nil) |
| 147 | } |
| 148 | |
| 149 | func (t *tracer) traceAuthenticationSASL(sender byte, encodedLen int32, msg *AuthenticationSASL) { |
| 150 | t.writeTrace(sender, encodedLen, "AuthenticationSASL", nil) |
no test coverage detected