type github.com/jackc/pgproto3/v2.ParameterStatus
9 uses
github.com/jackc/pgproto3/v2 (current package)
frontend.go#L39: parameterStatus ParameterStatus
parameter_status.go#L10: type ParameterStatus struct {
parameter_status.go#L16: func (*ParameterStatus) Backend() {}
parameter_status.go#L20: func (dst *ParameterStatus) Decode(src []byte) error {
parameter_status.go#L35: *dst = ParameterStatus{Name: name, Value: value}
parameter_status.go#L40: func (src *ParameterStatus) Encode(dst []byte) []byte {
parameter_status.go#L56: func (ps ParameterStatus) MarshalJSON() ([]byte, error) {
github.com/jackc/pgconn
pgconn.go#L316: case *pgproto3.ParameterStatus:
pgconn.go#L490: case *pgproto3.ParameterStatus:
![]() |
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. |