Versions in this module Expand all Collapse all v1 v1.0.1 Oct 27, 2020 v1.0.0 Oct 15, 2020 Changes in this version + type Credentials struct + Hostname string + Password string + Username string + type NewPassword struct + Current Credentials + New Credentials + type PasswordSetter interface + Init func(ctx context.Context, secret map[string]string) error + Rollback func(ctx context.Context, creds NewPassword) error + SetPassword func(ctx context.Context, creds NewPassword) error + VerifyPassword func(ctx context.Context, creds NewPassword) error Other modules containing this package github.com/square/password-rotation-lambda/v2