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:
![]() |
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. |