github.com/jackc/pgconn.Notification.PID (field)
5 uses
github.com/jackc/pgconn (current package)
pgconn.go#L505: pgConn.config.OnNotification(pgConn, &Notification{PID: msg.PID, Channel: msg.Channel, Payload: msg.Payload})
github.com/jackc/pgproto3/v2
notification_response.go#L12: PID uint32
notification_response.go#L39: *dst = NotificationResponse{PID: pid, Channel: channel, Payload: payload}
notification_response.go#L49: dst = pgio.AppendUint32(dst, src.PID)
notification_response.go#L69: PID: src.PID,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |