Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Answer ¶
type Answer struct { // Long version of the expected user input Long string // Short version of the expected user input Short string // Runs when user input matches Callback func() // Runs after Callback and after logging resumes EndCallback func() AskAgain bool }
Answer is a user input of a prompt question.
Click to show internal directories.
Click to hide internal directories.