Documentation
¶
Overview ¶
Package inputter implements input interfaces to map user input to actual request schema.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type JSONFile ¶
type JSONFile struct {
// contains filtered or unexported fields
}
func NewJSONFile ¶
type PromptInputter ¶
type PromptInputter struct {
// contains filtered or unexported fields
}
PromptInputter is an implementation of inputting method. it has common logic to input fields interactively. in normal, go-prompt is used as prompt.
func NewPrompt ¶
func NewPrompt(prefixFormat string, env env.Environment) *PromptInputter
Click to show internal directories.
Click to hide internal directories.