type github.com/jackc/pgproto3/v2.AuthenticationMD5Password

6 uses

	github.com/jackc/pgproto3/v2 (current package)
		authentication_md5_password.go#L11: type AuthenticationMD5Password struct {
		authentication_md5_password.go#L16: func (*AuthenticationMD5Password) Backend() {}
		authentication_md5_password.go#L20: func (dst *AuthenticationMD5Password) Decode(src []byte) error {
		authentication_md5_password.go#L37: func (src *AuthenticationMD5Password) Encode(dst []byte) []byte {
		frontend.go#L18: 	authenticationMD5Password       AuthenticationMD5Password

	github.com/jackc/pgconn
		pgconn.go#L285: 		case *pgproto3.AuthenticationMD5Password: