diff options
Diffstat (limited to 'vendor/github.com/jackc/pgx/v5/pgproto3/gss_enc_request.go')
| -rw-r--r-- | vendor/github.com/jackc/pgx/v5/pgproto3/gss_enc_request.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/github.com/jackc/pgx/v5/pgproto3/gss_enc_request.go b/vendor/github.com/jackc/pgx/v5/pgproto3/gss_enc_request.go index 70cb20cd5..122d1341c 100644 --- a/vendor/github.com/jackc/pgx/v5/pgproto3/gss_enc_request.go +++ b/vendor/github.com/jackc/pgx/v5/pgproto3/gss_enc_request.go @@ -10,8 +10,7 @@ import ( const gssEncReqNumber = 80877104 -type GSSEncRequest struct { -} +type GSSEncRequest struct{} // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*GSSEncRequest) Frontend() {} |
