type github.com/jackc/pgx/v5/pgproto3.AuthenticationSASL
10 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
authentication_sasl.go#L13: type AuthenticationSASL struct {
authentication_sasl.go#L18: func (*AuthenticationSASL) Backend() {}
authentication_sasl.go#L21: func (*AuthenticationSASL) AuthenticationResponse() {}
authentication_sasl.go#L25: func (dst *AuthenticationSASL) Decode(src []byte) error {
authentication_sasl.go#L51: func (src *AuthenticationSASL) Encode(dst []byte) ([]byte, error) {
authentication_sasl.go#L65: func (src AuthenticationSASL) MarshalJSON() ([]byte, error) {
frontend.go#L30: authenticationSASL AuthenticationSASL
trace.go#L44: case *AuthenticationSASL:
trace.go#L149: func (t *tracer) traceAuthenticationSASL(sender byte, encodedLen int32, msg *AuthenticationSASL) {
github.com/jackc/pgx/v5/pgconn
pgconn.go#L430: case *pgproto3.AuthenticationSASL:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)