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

9 uses

	github.com/jackc/pgproto3/v2 (current package)
		frontend.go#L37: 	notificationResponse            NotificationResponse
		notification_response.go#L11: type NotificationResponse struct {
		notification_response.go#L18: func (*NotificationResponse) Backend() {}
		notification_response.go#L22: func (dst *NotificationResponse) Decode(src []byte) error {
		notification_response.go#L39: 	*dst = NotificationResponse{PID: pid, Channel: channel, Payload: payload}
		notification_response.go#L44: func (src *NotificationResponse) Encode(dst []byte) []byte {
		notification_response.go#L61: func (src NotificationResponse) MarshalJSON() ([]byte, error) {

	github.com/jackc/pgconn
		pgconn.go#L503: 	case *pgproto3.NotificationResponse:
		pgconn.go#L893: 		case *pgproto3.NotificationResponse: