type github.com/jackc/pgx/v5/pgproto3.NegotiateProtocolVersion
8 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
frontend.go#L55: negotiateProtocolVersion NegotiateProtocolVersion
negotiate_protocol_version.go#L10: type NegotiateProtocolVersion struct {
negotiate_protocol_version.go#L16: func (*NegotiateProtocolVersion) Backend() {}
negotiate_protocol_version.go#L20: func (dst *NegotiateProtocolVersion) Decode(src []byte) error {
negotiate_protocol_version.go#L56: func (src *NegotiateProtocolVersion) Encode(dst []byte) ([]byte, error) {
negotiate_protocol_version.go#L68: func (src NegotiateProtocolVersion) MarshalJSON() ([]byte, error) {
negotiate_protocol_version.go#L81: func (dst *NegotiateProtocolVersion) UnmarshalJSON(data []byte) error {
github.com/jackc/pgx/v5/pgconn
pgconn.go#L477: case *pgproto3.NegotiateProtocolVersion:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)