github.com/lib/pq/scram.Client.Step (method)

4 uses

	github.com/lib/pq/scram (current package)
		scram.go#L114: func (c *Client) Step(in []byte) bool {

	github.com/lib/pq
		conn.go#L1142: 		sc.Step(nil)
		conn.go#L1164: 		sc.Step(nextStep)
		conn.go#L1184: 		sc.Step(nextStep)