Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func MixerError ¶
Types ¶
type Config ¶
type Config struct { Mix MixConfig Params Parameters }
type Context ¶
type Context map[string]interface{}
type Mixer ¶
type Mixer struct {
Path string
}
func (Mixer) TemplateRoot ¶
type Parameter ¶
type Parameter struct { Key string Type string Prompt string Label string Default interface{} Choices []string Multi bool }
func (Parameter) PromptUser ¶
type Parameters ¶
type Parameters []Parameter
func (Parameters) PromptUser ¶
func (params Parameters) PromptUser(ctx Context) Context
Source Files ¶
Click to show internal directories.
Click to hide internal directories.