Documentation ¶
Index ¶
Constants ¶
View Source
const Database_Access = 1 // 数据库配置通过
View Source
const Database_NotAccess = 0 // 数据库配置不通过
View Source
const Env_Access = 1 // 环境检测通过
View Source
const Env_NotAccess = 0 // 环境检测不通过
View Source
const Install_Default = 0 // 默认
View Source
const Install_End = 2 // 安装完成
View Source
const Install_Failed = 1 // 安装失败
View Source
const Install_Ready = 0 // 安装准备阶段
View Source
const Install_Start = 1 // 安装开始
View Source
const Install_Success = 2 // 安装成功
View Source
const License_Agree = 1 // 协议同意
View Source
const License_Disagree = 0 // 协议不同意
View Source
const Sys_Access = 1 // 系统配置通过
View Source
const Sys_NotAccess = 0 // 系统配置不通过
Variables ¶
View Source
var ( Data = NewData() InstallDir = "" RootDir = "" CopyRight = global.SYSTEM_COPYRIGHT )
Functions ¶
func ListenInstall ¶
func ListenInstall()
func StartInstall ¶
func StartInstall()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.