Documentation ¶ Index ¶ type Scanner func New() *Scanner func (s *Scanner) PromptLine(prompt string, defaultValue string) string func (s *Scanner) PromptMultiline(prompt string, defaultValue []string) []string func (s *Scanner) PromptYesNo(prompt string, defaultValue bool) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Scanner ¶ type Scanner struct { // contains filtered or unexported fields } func New ¶ func New() *Scanner func (*Scanner) PromptLine ¶ func (s *Scanner) PromptLine(prompt string, defaultValue string) string func (*Scanner) PromptMultiline ¶ func (s *Scanner) PromptMultiline(prompt string, defaultValue []string) []string func (*Scanner) PromptYesNo ¶ func (s *Scanner) PromptYesNo(prompt string, defaultValue bool) bool Source Files ¶ View all Source files scanner.go Click to show internal directories. Click to hide internal directories.