mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
a156188b3e
* update dependencies, bump Go version to 1.19 * bump test image Go version * update golangci-lint * update gotosocial-drone-build * sign * linting, go fmt * update swagger docs * update swagger docs * whitespace * update contributing.md * fuckin whoopsie doopsie * linterino, linteroni * fix followrequest test not starting processor * fix other api/client tests not starting processor * fix remaining tests where processor not started * bump go-runners version * don't check last-webfingered-at, processor may have updated this * update swagger command * update bun to latest version * fix embed to work the same as before with new bun Signed-off-by: kim <grufwub@gmail.com> Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com> |
||
---|---|---|
.. | ||
.travis.yml | ||
authentication_cleartext_password.go | ||
authentication_gss.go | ||
authentication_gss_continue.go | ||
authentication_md5_password.go | ||
authentication_ok.go | ||
authentication_sasl.go | ||
authentication_sasl_continue.go | ||
authentication_sasl_final.go | ||
backend.go | ||
backend_key_data.go | ||
big_endian.go | ||
bind.go | ||
bind_complete.go | ||
cancel_request.go | ||
chunkreader.go | ||
close.go | ||
close_complete.go | ||
command_complete.go | ||
copy_both_response.go | ||
copy_data.go | ||
copy_done.go | ||
copy_fail.go | ||
copy_in_response.go | ||
copy_out_response.go | ||
data_row.go | ||
describe.go | ||
doc.go | ||
empty_query_response.go | ||
error_response.go | ||
execute.go | ||
flush.go | ||
frontend.go | ||
function_call.go | ||
function_call_response.go | ||
gss_enc_request.go | ||
gss_response.go | ||
LICENSE | ||
no_data.go | ||
notice_response.go | ||
notification_response.go | ||
parameter_description.go | ||
parameter_status.go | ||
parse.go | ||
parse_complete.go | ||
password_message.go | ||
pgproto3.go | ||
portal_suspended.go | ||
query.go | ||
README.md | ||
ready_for_query.go | ||
row_description.go | ||
sasl_initial_response.go | ||
sasl_response.go | ||
ssl_request.go | ||
startup_message.go | ||
sync.go | ||
terminate.go |
pgproto3
Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.
pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.
See example/pgfortune for a playful example of a fake PostgreSQL server.
Extracted from original implementation in https://github.com/jackc/pgx.