Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerHostsI ¶
func NewDockerHosts ¶
func NewDockerHosts(hubServerAddr string, logger *zap.SugaredLogger) DockerHostsI
type Stage ¶
type Stage struct { //Note: The same stage cannot temporarily run different types of tasks TaskType config.TaskType `bson:"type" json:"type"` Status config.Status `bson:"status" json:"status"` RunParallel bool `bson:"run_parallel" json:"run_parallel"` Desc string `bson:"desc,omitempty" json:"desc,omitempty"` SubTasks map[string]map[string]interface{} `bson:"sub_tasks" json:"sub_tasks"` AfterAll bool `bson:"after_all" json:"after_all"` }
Click to show internal directories.
Click to hide internal directories.