Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCancelInput is a signal to break the interactive inputing process. ErrCancelInput = errors.New("cancel interactive inputing process") )
View Source
var ( // ErrNotExist means no input schema for interactive prompt. ErrNotExist = errors.New("no schema found in current satck") )
Functions ¶
This section is empty.
Types ¶
type Parameter ¶
type Parameter struct { Title string `yaml:"title"` Description string `yaml:"description"` Type string `yaml:"type"` Key string `yaml:"key"` Value string `yaml:"value"` Default string `yaml:"default"` Required bool `yaml:"required"` }
Parameter is a field in the schema.
Click to show internal directories.
Click to hide internal directories.