Documentation
¶
Index ¶
Constants ¶
View Source
const MinPasswordLen = 8
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StdIO ¶
type StdIO interface {
io.Writer
WriteErr(p []byte) (n int, err error)
Banner(message string) error
Error(message string) error
InputIsInteractive() bool
GetStringInput(prompt, defaultValue string) (string, error)
GetSecret(prompt string, minLen int) (string, error)
GetPassword(prompt string) (string, error)
GetConfirm(prompt string) bool
}
Click to show internal directories.
Click to hide internal directories.