MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / AskInt

Method AskInt

gov2/demotools/question.go:88–88  ·  view source on GitHub ↗
(question string, validators ...IAnswerValidator)

Source from the content-addressed store, hash-verified

86 Ask(question string, validators ...IAnswerValidator) string
87 AskBool(question string, expected string) bool
88 AskInt(question string, validators ...IAnswerValidator) int
89 AskFloat64(question string, validators ...IAnswerValidator) float64
90 AskChoice(question string, choices []string) int
91 AskPassword(question string, minLength int) string

Callers 9

RunMethod · 0.65
PopulateMoviesTableMethod · 0.65
RunMovieScenarioFunction · 0.65
SetUserParametersMethod · 0.65
InvokeIncrementMethod · 0.65
InvokeCalculatorMethod · 0.65
ListFunctionsMethod · 0.65
SetUserParametersMethod · 0.65

Implementers 2

Questionergov2/demotools/question.go
MockQuestionergov2/demotools/mocks.go

Calls

no outgoing calls

Tested by

no test coverage detected