Versions in this module Expand all Collapse all v1 v1.0.1 Feb 12, 2025 v1.0.0 Dec 10, 2024 v0 v0.1.1 Oct 28, 2024 v0.1.0 Sep 7, 2024 v0.0.2 Jul 23, 2024 v0.0.1 May 24, 2024 Changes in this version + type App struct + FileName string + Key string + Name string + Port int32 + Version string + func (*App) TableName() string + type DeployTask struct + AppId int64 + HostGroupId int64 + Id int64 + ScriptId int64 + Task *Task + UploadPath string + func (*DeployTask) TableName() string + type ExecuteType int8 + const ExecuteTypeAuto + const ExecuteTypeManual + type Group struct + HostList []*Host + Name string + SortNum int32 + func (*Group) TableName() string + type Host struct + Ip string + Name string + Password string + Port int32 + SortNum int32 + User string + func (*Host) TableName() string + type HostGroup struct + GroupId int64 + HostId int64 + Id int64 + func (*HostGroup) TableName() string + type Script struct + Content string + Description string + Name string + Version string + func (*Script) TableName() string + type Task struct + AssociationID int64 + AssociationType string + Cron string + ExecuteType int8 + Name string + Status int8 + Type int8 + func (*Task) TableName() string + type TaskStatus int8 + const TaskStatusComplete + const TaskStatusNotRunning + const TaskStatusRunning + const TaskStatusStopped + type TaskType int8 + const TaskTypeDeploy v0.0.1-preview May 12, 2024 v0.0.1-fix May 24, 2024