Documentation ¶ Index ¶ func InputText(message string, isMandatory bool) (*string, error) func SelectMultipleOptions(message string, options []string) ([]string, error) func SelectOneOption(message string, options []string) (*string, error) func SelectYesNo(message string, defaultSelection bool) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func InputText ¶ func InputText(message string, isMandatory bool) (*string, error) func SelectMultipleOptions ¶ func SelectMultipleOptions(message string, options []string) ([]string, error) func SelectOneOption ¶ func SelectOneOption(message string, options []string) (*string, error) func SelectYesNo ¶ func SelectYesNo(message string, defaultSelection bool) (bool, error) Types ¶ This section is empty. Source Files ¶ View all Source files survey.go Click to show internal directories. Click to hide internal directories.