Versions in this module Expand all Collapse all v1 v1.0.1 Jan 10, 2022 Changes in this version + type Mechanism struct + Password string + Username string + func (Mechanism) Name() string + func (m Mechanism) Next(ctx context.Context, challenge []byte) (bool, []byte, error) + func (m Mechanism) Start(ctx context.Context) (sasl.StateMachine, []byte, error)