rob05c commented on a change in pull request #2606: Updates 'grovetccfg' to to 
write a grove.cfg from the grove servers profile
URL: https://github.com/apache/trafficcontrol/pull/2606#discussion_r207912846
 
 

 ##########
 File path: grove/grovetccfg/grovetccfg.go
 ##########
 @@ -259,20 +328,162 @@ func main() {
        os.Exit(0)
 }
 
-func createRulesOldAPI(toc *to.Session, host string, certDir string) 
(remap.RemapRules, error) {
-       cachegroupsArr, err := toc.CacheGroups()
+func createGroveCfg(toc *to.Session, server tc.Server) (bool, config.Config, 
error) {
+       var new_cfg config.Config
+       var cur_cfg config.Config
+       var plugin_params = []string{}
 
 Review comment:
   Go local variables should be `camelCase` not `snake_case`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to