MCPcopy
hub / github.com/jackc/pgx / NegotiateProtocolVersion

Struct NegotiateProtocolVersion

pgproto3/negotiate_protocol_version.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type NegotiateProtocolVersion struct {
11 NewestMinorProtocol uint32
12 UnrecognizedOptions []string
13}
14
15// Backend identifies this message as sendable by the PostgreSQL backend.
16func (*NegotiateProtocolVersion) Backend() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected