type mellium.im/sasl.State

5 uses

	mellium.im/sasl (current package)
		negotiator.go#L17: type State uint8
		negotiator.go#L22: 	Initial State = iota
		negotiator.go#L33: 	RemoteCB State = 1 << (iota + 3)
		negotiator.go#L97: 	state            State
		negotiator.go#L143: func (c *Negotiator) State() State {