type github.com/jackc/pgx/v5/pgproto3.AuthenticationOk
11 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
authentication_ok.go#L12: type AuthenticationOk struct{}
authentication_ok.go#L15: func (*AuthenticationOk) Backend() {}
authentication_ok.go#L18: func (*AuthenticationOk) AuthenticationResponse() {}
authentication_ok.go#L22: func (dst *AuthenticationOk) Decode(src []byte) error {
authentication_ok.go#L37: func (src *AuthenticationOk) Encode(dst []byte) ([]byte, error) {
authentication_ok.go#L44: func (src AuthenticationOk) MarshalJSON() ([]byte, error) {
frontend.go#L25: authenticationOk AuthenticationOk
trace.go#L42: case *AuthenticationOk:
trace.go#L145: func (t *tracer) traceAuthenticationOk(sender byte, encodedLen int32, msg *AuthenticationOk) {
github.com/jackc/pgx/v5/pgconn
auth_oauth.go#L41: case *pgproto3.AuthenticationOk:
pgconn.go#L416: case *pgproto3.AuthenticationOk:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)