type GeneratorFunc …
type GeneratorParam …
type Generator …
type StructuredGenerator …
func IsZero(i interface{ … }
func ValidateParams(paramSpec []GeneratorParam, params map[string]interface{ … }
func AnnotateFlags(cmd *cobra.Command, generators map[string]Generator) { … }
func EnsureFlagsValid(cmd *cobra.Command, generators map[string]Generator, generatorInUse string) error { … }
func MakeParams(cmd *cobra.Command, params []GeneratorParam) map[string]interface{ … }
func MakeProtocols(protocols map[string]string) string { … }
func ParseProtocols(protocols interface{ … }
func ParseLabels(labelSpec interface{ … }
func GetBool(params map[string]string, key string, defValue bool) (bool, error) { … }