Documentation
¶
Overview ¶
Package config provides configuration functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { CSVFile string `name:"csv-file" short:"c" description:"input csv file name"` OutFile string `name:"out-file" short:"o" description:"output file name. Use yaml or json based on the required format."` Debug bool `name:"debug" short:"d" description:"print detailed logs for errors"` YAML bool `name:"yaml" description:"marshal to yaml instead of json"` Values csv.Config `name:"values"` }
Config represents the configuration
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is the configuration manager.