mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-20 16:59:17 +08:00
45362a9819
* feat(system-upgrade): Added support for multi-host upgrade * feat: Add supports of task display for node upgrade
14 lines
207 B
Go
14 lines
207 B
Go
package dto
|
|
|
|
import "github.com/1Panel-dev/1Panel/core/app/model"
|
|
|
|
type SearchTaskLogReq struct {
|
|
Status string `json:"status"`
|
|
Type string `json:"type"`
|
|
PageInfo
|
|
}
|
|
|
|
type TaskDTO struct {
|
|
model.Task
|
|
}
|