type github.com/jackc/pgx/v5/pgproto3.AuthenticationGSS
11 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
authentication_gss.go#L11: type AuthenticationGSS struct{}
authentication_gss.go#L13: func (a *AuthenticationGSS) Backend() {}
authentication_gss.go#L15: func (a *AuthenticationGSS) AuthenticationResponse() {}
authentication_gss.go#L17: func (a *AuthenticationGSS) Decode(src []byte) error {
authentication_gss.go#L30: func (a *AuthenticationGSS) Encode(dst []byte) ([]byte, error) {
authentication_gss.go#L36: func (a *AuthenticationGSS) MarshalJSON() ([]byte, error) {
authentication_gss.go#L45: func (a *AuthenticationGSS) UnmarshalJSON(data []byte) error {
frontend.go#L28: authenticationGSS AuthenticationGSS
trace.go#L36: case *AuthenticationGSS:
trace.go#L133: func (t *tracer) traceAuthenticationGSS(sender byte, encodedLen int32, msg *AuthenticationGSS) {
github.com/jackc/pgx/v5/pgconn
pgconn.go#L449: case *pgproto3.AuthenticationGSS:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)