Input struct for parameter
| 8 | |
| 9 | // Input struct for parameter |
| 10 | type input struct{} |
| 11 | |
| 12 | // AskOne calls survey.AskOne |
| 13 | func (i *input) AskOne(p survey.Prompt, respone interface{}) error { |
nothing calls this directly
no outgoing calls
no test coverage detected