type github.com/jackc/pgx/v5/pgproto3.AuthenticationMD5Password

11 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		authentication_md5_password.go#L12: type AuthenticationMD5Password struct {
		authentication_md5_password.go#L17: func (*AuthenticationMD5Password) Backend() {}
		authentication_md5_password.go#L20: func (*AuthenticationMD5Password) AuthenticationResponse() {}
		authentication_md5_password.go#L24: func (dst *AuthenticationMD5Password) Decode(src []byte) error {
		authentication_md5_password.go#L41: func (src *AuthenticationMD5Password) Encode(dst []byte) ([]byte, error) {
		authentication_md5_password.go#L49: func (src AuthenticationMD5Password) MarshalJSON() ([]byte, error) {
		authentication_md5_password.go#L60: func (dst *AuthenticationMD5Password) UnmarshalJSON(data []byte) error {
		frontend.go#L27: 	authenticationMD5Password       AuthenticationMD5Password
		trace.go#L40: 	case *AuthenticationMD5Password:
		trace.go#L141: func (t *tracer) traceAuthenticationMD5Password(sender byte, encodedLen int32, msg *AuthenticationMD5Password) {

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L423: 		case *pgproto3.AuthenticationMD5Password: