type github.com/jackc/pgproto3/v2.SASLInitialResponse
7 uses
github.com/jackc/pgproto3/v2 (current package)
sasl_initial_response.go#L12: type SASLInitialResponse struct {
sasl_initial_response.go#L18: func (*SASLInitialResponse) Frontend() {}
sasl_initial_response.go#L22: func (dst *SASLInitialResponse) Decode(src []byte) error {
sasl_initial_response.go#L23: *dst = SASLInitialResponse{}
sasl_initial_response.go#L42: func (src *SASLInitialResponse) Encode(dst []byte) []byte {
sasl_initial_response.go#L59: func (src SASLInitialResponse) MarshalJSON() ([]byte, error) {
github.com/jackc/pgconn
auth_scram.go#L40: saslInitialResponse := &pgproto3.SASLInitialResponse{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |