Use camel case style according to review comments

Signed-off-by: rick <rick@jenkins-zh.cn>
This commit is contained in:
rick
2020-11-24 13:54:35 +08:00
parent 573dab2208
commit 52c6f5f479
2 changed files with 18 additions and 18 deletions

View File

@@ -82,12 +82,12 @@ const (
)
const (
SourceType_SVN = "svn"
SourceType_Git = "git"
SourceType_SingleSVN = "single_svn"
SourceType_Gitlab = "gitlab"
SourceType_Github = "github"
SourceType_Bitbucket = "bitbucket_server"
SourceTypeSVN = "svn"
SourceTypeGit = "git"
SourceTypeSingleSVN = "single_svn"
SourceTypeGitlab = "gitlab"
SourceTypeGithub = "github"
SourceTypeBitbucket = "bitbucket_server"
)
type NoScmPipeline struct {