mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 19:38:35 +08:00
7 lines
101 B
Go
7 lines
101 B
Go
package from
|
|
|
|
type JobStatus struct {
|
|
JobId string `json:"jobId"`
|
|
Status string `json:"status"`
|
|
}
|