Versions in this module Expand all Collapse all v0 v0.6.0 Jul 23, 2019 Changes in this version + func ProtoFileExtension() promptui.ValidateFunc + func ProtoPath() string v0.5.0 Jul 19, 2019 Changes in this version + func CamelCase() promptui.ValidateFunc + func NewSelect(label string, selectValues []string) (string, error) + func PositiveInteger() promptui.ValidateFunc + type Select struct v0.4.0 Jun 23, 2019 Changes in this version + func DockerRegistry() string + func GoSuffix() promptui.ValidateFunc + func Lowercase() promptui.ValidateFunc + func MinLengthThree() promptui.ValidateFunc + func ProtoPackage() string + func ProtoServiceName() string + func ServiceModule() string + func ServiceName() string + func ServiceNamespace() string + func Validate(validators ...promptui.ValidateFunc) promptui.ValidateFunc + type Prompt struct + func NewPrompt(label, defaultValue string, validateFunc promptui.ValidateFunc) *Prompt + func (p *Prompt) Run() (string, error)