type github.com/jackc/pgproto3/v2.BackendKeyData
7 uses
github.com/jackc/pgproto3/v2 (current package)
backend_key_data.go#L10: type BackendKeyData struct {
backend_key_data.go#L16: func (*BackendKeyData) Backend() {}
backend_key_data.go#L20: func (dst *BackendKeyData) Decode(src []byte) error {
backend_key_data.go#L32: func (src *BackendKeyData) Encode(dst []byte) []byte {
backend_key_data.go#L41: func (src BackendKeyData) MarshalJSON() ([]byte, error) {
frontend.go#L22: backendKeyData BackendKeyData
github.com/jackc/pgconn
pgconn.go#L274: case *pgproto3.BackendKeyData:
![]() |
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. |