github.com/jackc/pgproto3/v2.invalidMessageFormatErr.messageType (field)
38 uses
github.com/jackc/pgproto3/v2 (current package)
bind.go#L30: return &invalidMessageFormatErr{messageType: "Bind"}
bind.go#L37: return &invalidMessageFormatErr{messageType: "Bind"}
bind.go#L43: return &invalidMessageFormatErr{messageType: "Bind"}
bind.go#L52: return &invalidMessageFormatErr{messageType: "Bind"}
bind.go#L61: return &invalidMessageFormatErr{messageType: "Bind"}
bind.go#L71: return &invalidMessageFormatErr{messageType: "Bind"}
bind.go#L83: return &invalidMessageFormatErr{messageType: "Bind"}
bind.go#L92: return &invalidMessageFormatErr{messageType: "Bind"}
bind.go#L99: return &invalidMessageFormatErr{messageType: "Bind"}
close.go#L22: return &invalidMessageFormatErr{messageType: "Close"}
close.go#L30: return &invalidMessageFormatErr{messageType: "Close"}
command_complete.go#L22: return &invalidMessageFormatErr{messageType: "CommandComplete"}
copy_both_response.go#L25: return &invalidMessageFormatErr{messageType: "CopyBothResponse"}
copy_both_response.go#L32: return &invalidMessageFormatErr{messageType: "CopyBothResponse"}
copy_fail.go#L22: return &invalidMessageFormatErr{messageType: "CopyFail"}
copy_in_response.go#L25: return &invalidMessageFormatErr{messageType: "CopyInResponse"}
copy_in_response.go#L32: return &invalidMessageFormatErr{messageType: "CopyInResponse"}
copy_out_response.go#L24: return &invalidMessageFormatErr{messageType: "CopyOutResponse"}
copy_out_response.go#L31: return &invalidMessageFormatErr{messageType: "CopyOutResponse"}
data_row.go#L22: return &invalidMessageFormatErr{messageType: "DataRow"}
data_row.go#L43: return &invalidMessageFormatErr{messageType: "DataRow"}
data_row.go#L54: return &invalidMessageFormatErr{messageType: "DataRow"}
describe.go#L22: return &invalidMessageFormatErr{messageType: "Describe"}
describe.go#L30: return &invalidMessageFormatErr{messageType: "Describe"}
execute.go#L31: return &invalidMessageFormatErr{messageType: "Execute"}
function_call_response.go#L22: return &invalidMessageFormatErr{messageType: "FunctionCallResponse"}
function_call_response.go#L34: return &invalidMessageFormatErr{messageType: "FunctionCallResponse"}
parameter_description.go#L24: return &invalidMessageFormatErr{messageType: "ParameterDescription"}
parse.go#L40: return &invalidMessageFormatErr{messageType: "Parse"}
parse.go#L46: return &invalidMessageFormatErr{messageType: "Parse"}
pgproto3.go#L37: messageType string
pgproto3.go#L41: return fmt.Sprintf("%s body is invalid", e.messageType)
query.go#L22: return &invalidMessageFormatErr{messageType: "Query"}
row_description.go#L59: return &invalidMessageFormatErr{messageType: "RowDescription"}
row_description.go#L71: return &invalidMessageFormatErr{messageType: "RowDescription"}
row_description.go#L79: return &invalidMessageFormatErr{messageType: "RowDescription"}
startup_message.go#L41: return &invalidMessageFormatErr{messageType: "StartupMesage"}
startup_message.go#L48: return &invalidMessageFormatErr{messageType: "StartupMesage"}
![]() |
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. |