type github.com/jackc/pgx/v5/pgproto3.NotificationResponse
12 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
frontend.go#L48: 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#L43: *dst = NotificationResponse{PID: pid, Channel: channel, Payload: payload}
notification_response.go#L48: func (src *NotificationResponse) Encode(dst []byte) ([]byte, error) {
notification_response.go#L59: func (src NotificationResponse) MarshalJSON() ([]byte, error) {
trace.go#L98: case *NotificationResponse:
trace.go#L293: func (t *tracer) traceNotificationResponse(sender byte, encodedLen int32, msg *NotificationResponse) {
github.com/jackc/pgx/v5/pgconn
pgconn.go#L642: case *pgproto3.NotificationResponse:
pgconn.go#L1118: case *pgproto3.NotificationResponse:
pgconn.go#L2819: case *pgproto3.ParameterStatus, *pgproto3.NoticeResponse, *pgproto3.NotificationResponse:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)