NewConfigReader returns an instance of ConfigReader. It does not take any parameters.
()
| 50 | |
| 51 | // NewConfigReader returns an instance of ConfigReader. It does not take any parameters. |
| 52 | func NewConfigReader() *ConfigReader { |
| 53 | return &ConfigReader{} |
| 54 | } |
| 55 | |
| 56 | // ConfigReader implements a Read method for buildpackage configuration which parses and validates buildpackage |
| 57 | // configuration from a toml file. |
no outgoing calls