type github.com/jackc/pgx/v5/pgproto3.Flush
9 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
backend.go#L31: flush Flush
flush.go#L7: type Flush struct{}
flush.go#L10: func (*Flush) Frontend() {}
flush.go#L14: func (dst *Flush) Decode(src []byte) error {
flush.go#L23: func (src *Flush) Encode(dst []byte) ([]byte, error) {
flush.go#L28: func (src Flush) MarshalJSON() ([]byte, error) {
trace.go#L86: case *Flush:
trace.go#L269: func (t *tracer) traceFlush(sender byte, encodedLen int32, msg *Flush) {
github.com/jackc/pgx/v5/pgconn
pgconn.go#L2462: p.conn.frontend.Send(&pgproto3.Flush{})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)