survey

package
v0.0.0-...-3786ba6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Ask = func(qs []*Question, response interface{}, opts ...survey.AskOpt) error {
	if err := survey.Ask(qs, response, opts...); err != nil {
		return surveyError(err)
	}
	return nil
}

Functions

This section is empty.

Types

type Question

type Question = survey.Question

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL