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