apache / apache/openwhisk-wskdeploy

Rename Deploy* to deploy* and UnDeploy* to undeploy*

Open
#333 0 comments 0 reactions 0 assignees View on GitHub
priority: low
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.