Versions in this module Expand all Collapse all v1 v1.0.1 Feb 12, 2025 v1.0.0 Dec 10, 2024 Changes in this version + 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 Kind int8 + const KindLocal + const KindRemote + type ScriptTask struct + Cron string + ExecuteType ExecuteType + HostGroup *dvmodel.Group + HostGroupId int64 + Kind Kind + Name string + Scripts []*dvmodel.Script + Status Status + func (*ScriptTask) TableName() string + type ScriptTaskScript struct + Id int64 + ScriptId int64 + TaskId int64 + func (*ScriptTaskScript) TableName() string + type Status int8 + const StatusActive + const StatusComplete + const StatusNotRunning + const StatusRunning + const StatusStopped + type Task struct + AssociationID int64 + AssociationType string + Cron string + ExecuteType ExecuteType + Name string + Status Status + Type Type + func (*Task) TableName() string + type Type int8 + const TypeDeploy