github.com/jackc/pgproto3/v2.GSSEncRequest.Decode (method)

2 uses

	github.com/jackc/pgproto3/v2 (current package)
		backend.go#L84: 		err = b.gssEncRequest.Decode(buf)
		gss_enc_request.go#L19: func (dst *GSSEncRequest) Decode(src []byte) error {