type github.com/jackc/pgx/v5/pgproto3.AuthenticationSASLContinue
13 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
authentication_sasl_continue.go#L12: type AuthenticationSASLContinue struct {
authentication_sasl_continue.go#L17: func (*AuthenticationSASLContinue) Backend() {}
authentication_sasl_continue.go#L20: func (*AuthenticationSASLContinue) AuthenticationResponse() {}
authentication_sasl_continue.go#L24: func (dst *AuthenticationSASLContinue) Decode(src []byte) error {
authentication_sasl_continue.go#L41: func (src *AuthenticationSASLContinue) Encode(dst []byte) ([]byte, error) {
authentication_sasl_continue.go#L49: func (src AuthenticationSASLContinue) MarshalJSON() ([]byte, error) {
authentication_sasl_continue.go#L60: func (dst *AuthenticationSASLContinue) UnmarshalJSON(data []byte) error {
frontend.go#L31: authenticationSASLContinue AuthenticationSASLContinue
trace.go#L46: case *AuthenticationSASLContinue:
trace.go#L153: func (t *tracer) traceAuthenticationSASLContinue(sender byte, encodedLen int32, msg *AuthenticationSASLContinue) {
github.com/jackc/pgx/v5/pgconn
auth_oauth.go#L43: case *pgproto3.AuthenticationSASLContinue:
auth_scram.go#L114: func (c *PgConn) rxSASLContinue() (*pgproto3.AuthenticationSASLContinue, error) {
auth_scram.go#L120: case *pgproto3.AuthenticationSASLContinue:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)