mellium.im/sasl.Negotiator.State (method)
9 uses
mellium.im/sasl (current package)
negotiator.go#L143: func (c *Negotiator) State() State {
plain.go#L28: if m.State()&Receiving != Receiving || m.State()&StepMask != AuthTextSent {
scram.go#L44: case n.State()&RemoteCB == RemoteCB:
scram.go#L51: case n.State()&RemoteCB != RemoteCB:
scram.go#L104: if m.State()&Receiving == Receiving {
scram.go#L114: state := m.State()
github.com/go-pg/pg/v10
messages.go#L422: if client.State() != sasl.ValidServerResponse {
messages.go#L424: client.State(), sasl.ValidServerResponse)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)