Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + type Credential struct + Password secretstring.SecretString + User string + func New(user string, password string) Credential + func NewFromEnv(userEnv string, passwordEnv string) Credential + func (cred *Credential) Equal(other *Credential) bool + func (cred *Credential) IsValid() bool + func (cred *Credential) Patch(nc *Credential) bool + func (cred *Credential) Retrieve() (*string, *string) + func (cred *Credential) Update(user *string, password *string)