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

Struct StartupMessage

pgproto3/startup_message.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type StartupMessage struct {
21 ProtocolVersion uint32
22 Parameters map[string]string
23}
24
25// Frontend identifies this message as sendable by a PostgreSQL frontend.
26func (*StartupMessage) Frontend() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected