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