package structs
// swagger:model ControlBody
type ControlBody struct {
RobotName string
JobId string
JobName string
Task interface{}
}