type github.com/lib/pq/scram.Client
13 uses
github.com/lib/pq/scram (current package)
scram.go#L57: type Client struct {
scram.go#L78: func NewClient(newHash func() hash.Hash, user, pass string) *Client {
scram.go#L79: c := &Client{
scram.go#L90: func (c *Client) Out() []byte {
scram.go#L98: func (c *Client) Err() error {
scram.go#L104: func (c *Client) SetNonce(nonce []byte) {
scram.go#L114: func (c *Client) Step(in []byte) bool {
scram.go#L131: func (c *Client) step1(in []byte) error {
scram.go#L153: func (c *Client) step2(in []byte) error {
scram.go#L198: func (c *Client) step3(in []byte) error {
scram.go#L216: func (c *Client) saltPassword(salt []byte, iterCount int) {
scram.go#L234: func (c *Client) clientProof() []byte {
scram.go#L252: func (c *Client) serverSignature() []byte {
![]() |
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. |