| 7 | ) |
| 8 | |
| 9 | type Close struct { |
| 10 | ObjectType byte // 'S' = prepared statement, 'P' = portal |
| 11 | Name string |
| 12 | } |
| 13 | |
| 14 | // Frontend identifies this message as sendable by a PostgreSQL frontend. |
| 15 | func (*Close) Frontend() {} |
nothing calls this directly
no outgoing calls
no test coverage detected