MCPcopy
hub / github.com/spacecloud-io/space-cloud / input

Struct input

space-cli/cmd/utils/input/input.go:10–10  ·  view source on GitHub ↗

Input struct for parameter

Source from the content-addressed store, hash-verified

8
9// Input struct for parameter
10type input struct{}
11
12// AskOne calls survey.AskOne
13func (i *input) AskOne(p survey.Prompt, respone interface{}) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected