type github.com/jackc/pgproto3/v2.SASLResponse
7 uses
github.com/jackc/pgproto3/v2 (current package)
sasl_response.go#L10: type SASLResponse struct {
sasl_response.go#L15: func (*SASLResponse) Frontend() {}
sasl_response.go#L19: func (dst *SASLResponse) Decode(src []byte) error {
sasl_response.go#L20: *dst = SASLResponse{Data: src}
sasl_response.go#L25: func (src *SASLResponse) Encode(dst []byte) []byte {
sasl_response.go#L35: func (src SASLResponse) MarshalJSON() ([]byte, error) {
github.com/jackc/pgconn
auth_scram.go#L60: saslResponse := &pgproto3.SASLResponse{
![]() |
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. |