Question asks a new question
(params *survey.QuestionOptions)
| 111 | |
| 112 | // Question asks a new question |
| 113 | func (d *FakeLogger) Question(params *survey.QuestionOptions) (string, error) { |
| 114 | return d.Survey.Question(params) |
| 115 | } |
| 116 | |
| 117 | func (d *FakeLogger) SetAnswer(answer string) { |
| 118 | d.Survey.SetNextAnswer(answer) |