(w io.Writer, txStatus byte)
| 32 | return wire.WriteAuthCleartextPassword(w) |
| 33 | } |
| 34 | |
| 35 | func WriteReadyForQuery(w io.Writer, txStatus byte) error { |
| 36 | return wire.WriteReadyForQuery(w, txStatus) |
| 37 | } |
| 38 | |
| 39 | func WriteErrorResponse(w io.Writer, severity, code, message string) error { |
no test coverage detected