Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PasswordGetter ¶
type PasswordGetter interface { // Print the given prompt and retrieve a password. May return io.EOF if the // user cancels the prompt. GetPasswd(prompt string) (string, error) }
Interface for some means of getting a password from the user (or another source)
Click to show internal directories.
Click to hide internal directories.