|
|
|
@@ -565,14 +565,25 @@ type NodeAsset { |
|
|
|
ParticipantId int64 `json:"ParticipantId"` // 集群动态信息id |
|
|
|
} |
|
|
|
|
|
|
|
type crackProgressReq { |
|
|
|
CrackTaskId string `form:"crackTaskId"` |
|
|
|
} |
|
|
|
|
|
|
|
type crackProgressResp { |
|
|
|
Progress string `json:"progress"` |
|
|
|
Current string `json:"current"` |
|
|
|
Total string `json:"total"` |
|
|
|
Speed string `json:"speed"` |
|
|
|
} |
|
|
|
|
|
|
|
type SaveHashcatReq { |
|
|
|
CrackTaskId string `json:"crackTaskId"` // 任务id |
|
|
|
CrackContainerId string `json:"crackContainerId"` // 容器id |
|
|
|
CrackStatus string `json:"crackStatus"` // 状态 |
|
|
|
CrackStartTime string `json:"crackStartTime"` //开始时间 |
|
|
|
CrackEstimatedTime string `json:"crackEstimatedTime"` // 预计时间 |
|
|
|
CrackProgress string `json:"crackProgress"` // 进度 |
|
|
|
CrackResult string `json:"crackResult"` // 结果 |
|
|
|
CrackTaskId string `json:"crackTaskId"` // 任务id |
|
|
|
CrackContainerId string `json:"crackContainerId"` // 容器id |
|
|
|
CrackStatus string `json:"crackStatus"` // 状态 |
|
|
|
CrackStartTime string `json:"crackStartTime"` //开始时间 |
|
|
|
CrackEstimatedTime string `json:"crackEstimatedTime"` // 预计时间 |
|
|
|
CrackProgress string `json:"crackProgress"` // 进度 |
|
|
|
CrackResult string `json:"crackResult"` // 结果 |
|
|
|
Started string `json:"started,optional"` // 开始时间 |
|
|
|
Stopped string `json:"stopped,optional"` // 结束时间 |
|
|
|
KernelFeature string `json:"kernelFeature"` |
|
|
|
|