package
1.2.3
Repository: https://github.com/domano/pwgen.git
Documentation: pkg.go.dev

# Functions

LoggingHandlerFunc wraps a given http.Handler with a logging middleware.
NewPasswordHandler constructs a new PasswordHandler using the given Passworder.

# Structs

PasswordHandler accepts requests for passwords and delivers them with the help of the included Passworder.

# Interfaces

Passworder provides us with a Password function to generate passwords.

# Type aliases

PassworderFunc allows us to cast single functions to satisfy the Passworder interface.