Versions in this module Expand all Collapse all v0 v0.3.4 Nov 20, 2019 Changes in this version type Mechanism + func (Mechanism) Name() string v0.2.3 May 3, 2019 Changes in this version + type Mechanism struct + Password string + Username string + func (m Mechanism) Next(ctx context.Context, challenge []byte) (bool, []byte, error) + func (m Mechanism) Start(ctx context.Context) (string, []byte, error)