datree
datree copied to clipboard
Refactor LocalConfig package
Describe the solution you'd like Cleanup:
- Delete
LocalConfig(empty struct). Instead, exportGetLocalConfigurationfunction. Add comments to this function. - Remove
getConfigNameandgetConfigType. Use const instead. - Add setter and getter for
tokenkey in the local configuration. - Cover these updates with testing. Use
pkg/extractororpkg/httpClinetas reference.
Requirements Golang basic level.