Documentation
¶
Index ¶
- Constants
- Variables
- func Branches(ctx *gin.Context)
- func CheckGit(ctx *gin.Context)
- func CheckGo(ctx *gin.Context)
- func GenSSHKey(ctx *gin.Context)
- func GetSSHKey(ctx *gin.Context)
- func GoEnvGet(ctx *gin.Context)
- func GoEnvSet(ctx *gin.Context)
- func Install(ctx *gin.Context)
- func InstallGo(ctx *gin.Context)
- type EnvVersion
- type GitRepo
- type GoEnv
- type SshKey
Constants ¶
View Source
const ( GitRepoKey = "git_repo" BranchKey = "deploy_branch" GOVersion = "1.23.4" )
Variables ¶
View Source
var Env envService
Functions ¶
Types ¶
type EnvVersion ¶
Click to show internal directories.
Click to hide internal directories.