type github.com/jackc/pgx/v5/pgproto3.Terminate
10 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
backend.go#L39: terminate Terminate
terminate.go#L7: type Terminate struct{}
terminate.go#L10: func (*Terminate) Frontend() {}
terminate.go#L14: func (dst *Terminate) Decode(src []byte) error {
terminate.go#L23: func (src *Terminate) Encode(dst []byte) ([]byte, error) {
terminate.go#L28: func (src Terminate) MarshalJSON() ([]byte, error) {
trace.go#L122: case *Terminate:
trace.go#L359: func (t *tracer) traceTerminate(sender byte, encodedLen int32, msg *Terminate) {
github.com/jackc/pgx/v5/pgconn
pgconn.go#L714: pgConn.frontend.Send(&pgproto3.Terminate{})
pgconn.go#L741: pgConn.frontend.Send(&pgproto3.Terminate{})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)