apache / apache/openwhisk-wskdeploy
Rename Deploy* to deploy* and UnDeploy* to undeploy*
- Dominant language
- Go
- Stars
- 75
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
There are few methods in [servicedeployer.go](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/deployers/servicedeployer.go) which only have single usage inside the same servicedeployer.go file. There is no need to export following methods outside of deployer package. Rename them to mark as unexported.
DeployPackages to deployPackages
DeployDependencies to deployDependencies
DeployActions to deployActions
DeploySequences to deploySequences
DeployTriggers to deployTriggers
DeployRules to deployRules
DeployApis to deployApis
UnDeployActions to undeployActions
UnDeploySequences to undeploySequences
UnDeployTriggers to undeployTriggers
UnDeployRules to UndeployRules
UnDeployPackages to undeployPackages
UnDeployDependencies to UndeployDependencies
Contributor guide
Assessment
This issue has not been assessed yet.