Resolves #15
1) Building and testing done successfully
2) CliConfig Struct defined
3) as_provider() function serializes the struct to map[string]{interface}
4) written test for as_provider() function using viper for testing but any other config management lib can be used for the project as the testing was only for checking the serialization process.
Resolves #15 1) Building and testing done successfully 2) CliConfig Struct defined 3) as_provider() function serializes the struct to map[string]{interface} 4) written test for as_provider() function using viper for testing but any other config management lib can be used for the project as the testing was only for checking the serialization process.