type github.com/jackc/pgproto3/v2.ParameterDescription
8 uses
github.com/jackc/pgproto3/v2 (current package)
frontend.go#L38: parameterDescription ParameterDescription
parameter_description.go#L11: type ParameterDescription struct {
parameter_description.go#L16: func (*ParameterDescription) Backend() {}
parameter_description.go#L20: func (dst *ParameterDescription) Decode(src []byte) error {
parameter_description.go#L32: *dst = ParameterDescription{ParameterOIDs: make([]uint32, parameterCount)}
parameter_description.go#L42: func (src *ParameterDescription) Encode(dst []byte) []byte {
parameter_description.go#L58: func (src ParameterDescription) MarshalJSON() ([]byte, error) {
github.com/jackc/pgconn
pgconn.go#L779: case *pgproto3.ParameterDescription:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |