Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GitCommit Git 提交信息 GitCommit = "" // BuildTime 构建时间 BuildTime = "" // BuildHost 构建机器名称 BuildHost = "" // BuildIP 构建机器 IP BuildIP = "" // BuildCI 构建的 CI 信息,e.g. Javis_V1.0.0_BuiltID_20240813.131 BuildCI = "" // GoVersion 构建 go版本号 GoVersion = "" // AppVersion 应用版本号 AppVersion = "1.0.0" // RepoPath gitlab 仓库地址路径 // 1. HTTP: http://192.168.131.1/develop/FOOTSTONE/bsf/Code/msp-api-gateway.git // 2. Git: [email protected]:develop/FOOTSTONE/bsf/Code/msp-api-gateway.git // 路径皆为: /develop/FOOTSTONE/bsf/Code/msp-api-gateway.git RepoPath = "Unset" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.