MCPcopy Create free account
hub / github.com/devspace-sh/devspace / NewSurvey

Function NewSurvey

pkg/util/survey/survey.go:36–38  ·  view source on GitHub ↗

NewSurvey creates a new survey object

()

Source from the content-addressed store, hash-verified

34
35// NewSurvey creates a new survey object
36func NewSurvey() Survey {
37 return &survey{}
38}
39
40// Question asks the user a question and returns the answer
41func (s *survey) Question(params *QuestionOptions) (string, error) {

Callers 1

NewStdoutLoggerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected