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

2 uses

	github.com/jackc/pgproto3/v2 (current package)
		backend.go#L72: 		err = b.sslRequest.Decode(buf)
		ssl_request.go#L19: func (dst *SSLRequest) Decode(src []byte) error {