mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
feat: added modules
This commit is contained in:
16
core/constants/git.go
Normal file
16
core/constants/git.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
GitAuthTypeHttp = "http"
|
||||
GitAuthTypeSsh = "ssh"
|
||||
)
|
||||
|
||||
const (
|
||||
GitRemoteNameUpstream = "upstream"
|
||||
GitRemoteNameOrigin = "origin"
|
||||
)
|
||||
|
||||
const (
|
||||
GitBranchMaster = "master"
|
||||
GitBranchMain = "main"
|
||||
)
|
||||
Reference in New Issue
Block a user