Versions in this module Expand all Collapse all v1 v1.0.17 Jul 19, 2024 v1.0.16 Jul 19, 2024 Changes in this version + func New(username, password, mechanism, service, host string) (saslStepper, error) — windows/amd64 + type Stepper interface — darwin/amd64, js/wasm, linux/amd64 + Close func() + Step func(serverData []byte) (clientData []byte, done bool, err error) + func New(username, password, mechanism, service, host string) (Stepper, error)