Versions in this module Expand all Collapse all v0 v0.1.0 Feb 17, 2023 Changes in this version + type Mechanism struct + Credentials aws.CredentialsProvider + Expiry time.Duration + Region string + SignTime time.Time + Signer *signer.Signer + func NewMechanism(awsCfg aws.Config) *Mechanism + func (m *Mechanism) Name() string + func (m *Mechanism) Next(ctx context.Context, challenge []byte) (bool, []byte, error) + func (m *Mechanism) Start(ctx context.Context) (sess sasl.StateMachine, ir []byte, err error)