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

7 uses

	github.com/jackc/pgproto3/v2 (current package)
		sasl_response.go#L10: type SASLResponse struct {
		sasl_response.go#L15: func (*SASLResponse) Frontend() {}
		sasl_response.go#L19: func (dst *SASLResponse) Decode(src []byte) error {
		sasl_response.go#L20: 	*dst = SASLResponse{Data: src}
		sasl_response.go#L25: func (src *SASLResponse) Encode(dst []byte) []byte {
		sasl_response.go#L35: func (src SASLResponse) MarshalJSON() ([]byte, error) {

	github.com/jackc/pgconn
		auth_scram.go#L60: 	saslResponse := &pgproto3.SASLResponse{