代码规范
Former-commit-id: 34cdece43beb05b06d7b3748ba523c0a0b9afa06
This commit is contained in:
parent
b7eeb14f7a
commit
4557dcd335
|
@ -211,7 +211,7 @@ type (
|
||||||
TrainJob {
|
TrainJob {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Status string `json:"status"`
|
Status string `json:"status"`
|
||||||
ServiceName string `json:"ServiceName"`
|
ServiceName string `json:"serviceName"`
|
||||||
SynergyStatus string `json:"synergyStatus"`
|
SynergyStatus string `json:"synergyStatus"`
|
||||||
Strategy int `json:"strategy"`
|
Strategy int `json:"strategy"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue