Versions in this module Expand all Collapse all v1 v1.0.0 Feb 12, 2020 Changes in this version + type CLI struct + Config Config + ErrWriter io.Writer + Parser Parser + Service ServiceCaller + Writer io.Writer + func (c CLI) Exec(args []string, models []model.Data) (*cli.App, int) + type Config struct + Profiles []profile + func NewConfig(input []byte, baseDir string) (Config, error) + func (c *Config) GetSettings(profileName string) model.Settings + type Parser interface + Parse func(models []model.Data) ([]model.Definition, error) + type ServiceCaller interface + Call func(operation model.Operation, parameterValues []model.ParameterValue, ...) (int, string, error) + type ValueConverter struct + func (c ValueConverter) ConvertValues(values map[string]string, parameters []model.Parameter) ([]model.ParameterValue, error)