pritidesai opened a new issue #330: rename Set* to set* in manifestreader.go
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/330
 
 
   There are few set methods in 
[manifestreader.go](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/deployers/manifestreader.go)
 which only have single usage inside the same manifestreader.go file. There is 
no need to export following methods outside of deployer package. Rename them to 
set* to mark it as unexported.
   
   SetDependencies to setDependencies
   SetPackage to setPackage
   SetActions to setActions
   SetSequences to setSequences
   SetTriggers to setTriggers
   SetRules to setRules
   SetApis to setApis
   
   
 
----------------------------------------------------------------
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