Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UI ¶
type UI interface { io.ReadWriter password_reader.PasswordReader Prompt(promptText string, args ...interface{}) string PromptWithDefault(promptText, defaultValue string, args ...interface{}) string Say(format string, args ...interface{}) SayIncorrectUsage(message string) SayLine(format string, args ...interface{}) SayNewLine() }
func NewUI ¶
func NewUI(input io.Reader, output io.Writer, passwordReader password_reader.PasswordReader) UI
Directories ¶
Path | Synopsis |
---|---|
+build darwin freebsd linux netbsd openbsd
|
+build darwin freebsd linux netbsd openbsd |
fake_password_reader
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.