(sender byte, encodedLen int32, msg *AuthenticationMD5Password)
| 139 | } |
| 140 | |
| 141 | func (t *tracer) traceAuthenticationMD5Password(sender byte, encodedLen int32, msg *AuthenticationMD5Password) { |
| 142 | t.writeTrace(sender, encodedLen, "AuthenticationMD5Password", nil) |
| 143 | } |
| 144 | |
| 145 | func (t *tracer) traceAuthenticationOk(sender byte, encodedLen int32, msg *AuthenticationOk) { |
| 146 | t.writeTrace(sender, encodedLen, "AuthenticationOk", nil) |
no test coverage detected