type github.com/jackc/pgproto3/v2.Terminate

6 uses

	github.com/jackc/pgproto3/v2 (current package)
		backend.go#L29: 	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 {
		terminate.go#L28: func (src Terminate) MarshalJSON() ([]byte, error) {