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

6 uses

	github.com/jackc/pgproto3/v2 (current package)
		bind_complete.go#L7: type BindComplete struct{}
		bind_complete.go#L10: func (*BindComplete) Backend() {}
		bind_complete.go#L14: func (dst *BindComplete) Decode(src []byte) error {
		bind_complete.go#L23: func (src *BindComplete) Encode(dst []byte) []byte {
		bind_complete.go#L28: func (src BindComplete) MarshalJSON() ([]byte, error) {
		frontend.go#L23: 	bindComplete                    BindComplete