| 47 | } |
| 48 | |
| 49 | type RowDescription struct { |
| 50 | Fields []FieldDescription |
| 51 | } |
| 52 | |
| 53 | // Backend identifies this message as sendable by the PostgreSQL backend. |
| 54 | func (*RowDescription) Backend() {} |
nothing calls this directly
no outgoing calls
no test coverage detected