# README
go-password
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPassword returns a new `Password` instance configured by 'uri'.
No description provided by the author
RegisterPassword registers 'scheme' as a key pointing to 'init_func' in an internal lookup table used to create new `Password` instances by the `NewPassword` method.
Schemes returns the list of schemes that have been registered.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
PasswordInitializationFunc is a function defined by individual password package and used to create an instance of that password.