Versions in this module Expand all Collapse all v0 v0.4.50 Mar 11, 2024 v0.4.49 Mar 11, 2024 Changes in this version + func WithMetadata(ctx context.Context, m *Metadata) context.Context type Mechanism + Name func() string + type Metadata struct + Host string + Port int + func MetadataFromContext(ctx context.Context) *Metadata + type StateMachine interface + Next func(ctx context.Context, challenge []byte) (done bool, response []byte, err error) v0.2.3 May 3, 2019 Changes in this version + type Mechanism interface + Next func(ctx context.Context, challenge []byte) (done bool, response []byte, err error) + Start func(ctx context.Context) (mech string, ir []byte, err error)