Documentation
¶
Overview ¶
Package userinput provides typed structures for AskUserQuestion handling.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Answer ¶
type Answer struct {
Answers []string
}
Answer contains selected or free-text responses for a single question.
type Question ¶
type Question struct {
Question string
Header string
MultiSelect bool
Options []QuestionOption
}
Question represents one AskUserQuestion prompt.
type QuestionOption ¶
QuestionOption represents a selectable choice in a user-input question.
Click to show internal directories.
Click to hide internal directories.