MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Question

Method Question

pkg/util/log/logger.go:28–28  ·  view source on GitHub ↗
(params *survey.QuestionOptions)

Source from the content-addressed store, hash-verified

26 // WithLevel creates a new logger with the given level
27 WithLevel(level logrus.Level) Logger
28 Question(params *survey.QuestionOptions) (string, error)
29 ErrorStreamOnly() Logger
30 WithPrefix(prefix string) Logger
31 WithPrefixColor(prefix, color string) Logger

Callers 15

GetLanguageMethod · 0.65
selectSingleContainerMethod · 0.65
selectSinglePodMethod · 0.65
AddImageMethod · 0.65
addPullSecretConfigMethod · 0.65
AddKubectlDeploymentMethod · 0.65
AddHelmDeploymentMethod · 0.65
askQuestionFunction · 0.65
CheckKubeContextFunction · 0.65
QuestionMethod · 0.65
QuestionMethod · 0.65
RunMethod · 0.65

Implementers 4

DiscardLoggerpkg/util/log/discard_logger.go
fileLoggerpkg/util/log/file_logger.go
StreamLoggerpkg/util/log/stream_logger.go
FakeLoggerpkg/util/log/testing/fake.go

Calls

no outgoing calls

Tested by

no test coverage detected