(answer string)
| 239 | } |
| 240 | |
| 241 | func (o *SetupQuestion) OnAnswer(answer string) (err error) { |
| 242 | return o.OnAnswerWithReset(answer, false) |
| 243 | } |
| 244 | |
| 245 | func (o *SetupQuestion) OnAnswerWithReset(answer string, isReset bool) (err error) { |
| 246 | if o.Type == SettingTypeBool { |
no test coverage detected